> 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/zh-cn/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/a374551d36a4f07f2ff71289c99dfb60653f82ff" 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/zh-cn/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.
