> 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.
