# 角色与权限

***

#### **用户角色之间有什么区别？**&#x20;

BoxHero 提供三种默认角色：

* **管理员** — 拥有完整权限，包括邀请成员、管理账单以及配置团队设置。
* **成员** — 可以查看和修改库存数据，但无法访问仅管理员可用的设置，如账单或成员管理。
* **查看者** — 只读访问。可以查看商品、交易和报告，但不能进行更改。

如需查看按功能划分的完整说明，请参阅 [成员文档](https://www.boxhero.io/docs/concepts/members#permissions-by-authorized-roles).

#### **多个用户可以拥有管理员权限吗？**&#x20;

可以。您可以为需要的任意数量的团队成员分配管理员权限。这意味着多个用户都可以管理账单和团队设置。

#### **我可以创建自定义角色或权限吗？**

可以。除了三种默认角色（即管理员、成员、查看者）之外，您还可以在 <mark style="color:$primary;">`设置`</mark> > <mark style="color:$primary;">`成员`</mark> > <mark style="color:$primary;">`自定义角色`</mark>中创建自定义角色。自定义角色可让您授予或限制对特定操作和功能的访问。

<figure><img src="/files/efbba26bab37fed1351d4206564bae2193835d4c" alt=""><figcaption></figcaption></figure>

#### **我可以查看是谁更改了我的库存吗？**&#x20;

可以。BoxHero 会记录每一笔交易的用户、时间戳和相关商品。您可以在您的 <mark style="color:$primary;">`交易`</mark> 历史记录中查看，或按成员筛选，以查看某个特定人员记录的更改。

#### **所有角色都计入我的成员上限吗？**&#x20;

是的。每种角色——管理员、成员和查看者——都会计入您团队的成员上限。如果您只需要共享库存数据，而不想增加付费成员， [库存链接](https://www.boxhero.io/docs/other-features/inventory-link) 该功能是一个免费、仅供查看的替代方案。

<figure><img src="/files/bbcbc853e6985c0c5f7dea92914cace2e300b7f1" alt=""><figcaption></figcaption></figure>

#### **为什么我无法提交库存盘点？**&#x20;

只有团队管理员可以提交或完成库存盘点。成员和查看者可以被分配任务单并完成盘点，但最终审核和提交步骤仅限管理员执行。&#x20;

{% content-ref url="/spaces/lRf1QqJGoevCQqGbfI80/pages/4QgVTGFJv5UznKie7Fgj" %}
[Inventory Count](/docs/other-features/inventory-count.md)
{% endcontent-ref %}

#### **我可以限制成员查看某些地点吗？**&#x20;

不可以。权限适用于团队级别，因此所有成员都可以查看 *所有* 其团队内的地点。如果您需要基于地点的访问控制，我们建议为 [独立团队](https://www.boxhero.io/docs/getting-started#create-a-team) 每个地点创建一个。

#### **我可以限制访问交易历史吗？**&#x20;

不可以。所有成员都可以查看其团队的交易历史。自定义角色不包含对历史数据的限制。


---

# 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://www.boxhero.io/docs/faq/zh/tuan-dui-guan-li/jue-se-yu-quan-xian.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.
