# 用户

{% hint style="info" %}
注意：“用户”是 **不会** 与“资源”相同。资源是可预订/必需的实体（团队成员、房间、设备）。用户是可以登录管理工具的人员。
{% endhint %}

## 管理后台：用户（访问、角色和权限）

本指南说明您组织中的人员如何访问 Sesami 管理工具，以及在授予权限时需要考虑什么。

### 常见用户角色

* **所有者 / 管理员** - 对所有功能和设置拥有完全访问权限
* **地点经理** - 管理其地点的预约、资源和服务
* **团队成员 / 资源操作员** - 查看自己的日程、为客户签到并管理自己的预约
* **前台 / POS 员工** - 查看和创建预约，具有有限的管理访问权限
* **只读** - 仅查看预约和排班

### 新增用户入职（检查清单）

{% stepper %}
{% step %}

#### 创建或确认 Shopify 员工账号

确保该人员拥有 Shopify 员工账号（如有需要请创建一个）。
{% endstep %}

{% step %}

#### 分配正确的角色/权限

授予与其职责相匹配的适当角色或权限（所有者/管理员、经理、前台/POS、只读）。
{% endstep %}

{% step %}

#### 确认他们可以访问 Sesami 管理页面

验证用户可以登录并访问其需要的 Sesami 管理页面。
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://help.sesami.co/zh-cn/guan-li-yuan/users.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
