> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/zh/tuan-dui-guan-li/cheng-yuan-guan-li.md).

# 成员管理

***

#### **如何邀请团队成员？**&#x20;

前往 <mark style="color:$primary;">`设置`</mark> > <mark style="color:$primary;">`成员`</mark> > <mark style="color:$primary;">`邀请成员`</mark>。您可以通过两种方式邀请人员：

* **电子邮件邀请** — 向他们的电子邮件发送直接邀请。
* **邀请链接** — 生成一个可分享的链接，有效期为24小时。

<figure><img src="/files/1961ca1ba66570d4e9fa8f59bd41da76cf3015bc" alt=""><figcaption></figcaption></figure>

#### **我的邀请链接过期了。我该怎么办？**&#x20;

邀请链接有效期为24小时。如果链接已过期，只需从以下位置重新生成一个： <mark style="color:$primary;">`设置`</mark> > <mark style="color:$primary;">`成员`</mark> > <mark style="color:$primary;">`邀请成员`</mark> > <mark style="color:$primary;">`通过链接邀请`</mark>.&#x20;

#### **没有 BoxHero 账号也能加入我的团队吗？**&#x20;

不可以。任何被您邀请为成员的人都需要创建一个免费的 BoxHero 账号才能访问您的团队。如果您只是需要与某人（如供应商或客户）共享库存数据，请使用 [库存链接](https://www.boxhero.io/docs/other-features/inventory-link) 作为替代方案，它不需要账号。

#### **一个用户可以属于多个团队吗？**&#x20;

可以。一个 BoxHero 账号可以成为多个团队的成员，每个团队都有各自的角色和权限。您可以在应用中的团队选择器之间切换团队。

<figure><img src="/files/0cc3d0728cf5587082e6de849d469c2e980e2abb" alt=""><figcaption></figcaption></figure>

#### **如何更改成员的角色？**&#x20;

管理员可随时在以下位置更新任意成员的角色 <mark style="color:$primary;">`设置`</mark> > <mark style="color:$primary;">`成员`</mark>。找到该成员，点击其当前角色，然后选择新的角色。更改会立即生效。

#### **如何将成员从我的团队中移除？**&#x20;

前往 <mark style="color:$primary;">`设置`</mark> > <mark style="color:$primary;">`成员`</mark>，找到您要移除的人，然后选择 <mark style="color:$primary;">`删除`</mark>。他们的访问权限将立即被撤销，但他们记录的库存交易仍会保留在您团队的历史记录中，以便审计。


---

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

```
GET https://www.boxhero.io/docs/faq/zh/tuan-dui-guan-li/cheng-yuan-guan-li.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.
