> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/zh/xie-zuo/member-management.md).

# 成员管理

了解如何管理组织成员对内容的访问权限

你可以 [邀请和移除成员](/docs/documentation/zh/xie-zuo/member-management/invite-members-to-your-organization.md) 在你的组织中，通过 [角色](/docs/documentation/zh/xie-zuo/member-management/roles.md)，并管理 [团队](/docs/documentation/zh/xie-zuo/member-management/teams.md) 成员，可从你组织设置中的成员页面进行管理。

## 成员与权限

显示每个人的角色、上次在线日期和 SSO 状态（如果适用）。你还会看到……的概览 [空间](/docs/documentation/zh/chuang-jian-nei-rong/content-structure/space.md) 他们可访问的内容，以及如果你使用 Pro 套餐，还有多少 [团队](/docs/documentation/zh/xie-zuo/member-management/teams.md) 他们所属的团队。

点击 **团队** 或 **访问权限** 任何成员的列表项，可跳转到所有这些团队和空间的列表。

你也可以点击任意成员来打开其 **成员个人页面**。在这里，你可以查看更多关于他们的信息，包括加入日期和活跃状态。

选择 **团队** 以及 **空间** 标签页以查看……的列表 [团队](/docs/documentation/zh/xie-zuo/member-management/teams.md) 他们所属的团队，以及他们可以访问的空间——以及他们在这些特定空间中的访问级别。


---

# 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://gitbook.com/docs/documentation/zh/xie-zuo/member-management.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.
