> 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/users.md).

# ユーザー

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

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

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

### 一般的なユーザーロール

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

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

{% stepper %}
{% step %}

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

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

{% step %}

#### 正しいロール／権限を割り当てる

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

{% step %}

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

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

<figure><img src="/files/072c8233c200086282419ddfa65f8472f1d560ca" alt=""><figcaption></figcaption></figure>

#### プランごとのユーザー上限

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

| プラン   | ユーザー上限   | アクセスレベル         |
| ----- | -------- | --------------- |
| スモール  | 1ユーザー    | Shop: 読み取りと書き込み |
| プロ    | 最大5ユーザー  | Shop: 読み取りと書き込み |
| プレミアム | 最大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/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.
