> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/ja/guan-li-zhe/users.md).

# ユーザー

{% hint style="info" %}
注: 「ユーザー」は **ではありません** 「リソース」と同じではありません。リソースとは、予約可能／必要な対象（チームメンバー、部屋、機器）のことです。ユーザーとは、管理ツールにログインできる人です。
{% endhint %}

## 管理ポータル: ユーザー（アクセス、役割、権限）

このガイドでは、組織内の人がSesamiの管理ツールにアクセスする方法と、権限を付与する際に考慮すべき点を説明します。

### 一般的なユーザー役割

* **オーナー / 管理者** - すべての機能と設定へのフルアクセス
* **ロケーションマネージャー** - 担当する拠点の予約、リソース、サービスを管理します
* **チームメンバー / リソースオペレーター** - 自分のスケジュールを確認し、顧客のチェックインを行い、自分の予約を管理します
* **フロントデスク / POSスタッフ** - 予約の閲覧と作成が可能、管理アクセスは限定的
* **閲覧のみ** - 予約とスケジュールのみ閲覧可能

### 新しいユーザーのオンボーディング（チェックリスト）

{% stepper %}
{% step %}

#### Shopifyのスタッフアカウントを作成または確認する

その人にShopifyのスタッフアカウントがあることを確認します（必要であれば作成します）。
{% endstep %}

{% step %}

#### 適切な役割／権限を割り当てる

責任に合った適切な役割または権限を付与します（オーナー／管理者、マネージャー、フロントデスク／POS、閲覧のみ）。
{% endstep %}

{% step %}

#### Sesamiの管理ページにアクセスできることを確認する

ユーザーがサインインし、必要なSesamiの管理ページにアクセスできることを確認します。
{% endstep %}
{% endstepper %}

<figure><img src="https://1805722424-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnDgiM1CWSLWRIbhORANO%2Fuploads%2FlnKnSS4ZOO3EASyKNt10%2FScreenshot%202026-06-19%20at%2011.58.21.png?alt=media&amp;token=05a52c59-afb3-4884-9f66-6fcbac548318" alt=""><figcaption></figcaption></figure>

#### プラン別のユーザー数上限

作成できるユーザー数は、ご利用のサブスクリプションプランによって異なります:

| プラン      | ユーザー上限   | アクセスレベル          |
| -------- | -------- | ---------------- |
| スモール     | 1ユーザー    | ショップ: 読み取りと書き込み  |
| プロ       | 最大5ユーザー  | ショップ: 読み取りと書き込み  |
| プレミアム    | 最大10ユーザー | ショップ: 読み取りと書き込み  |
| エンタープライズ | カスタム     | 高度な管理ポータルのアクセス制御 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.sesami.co/ja/guan-li-zhe/users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
