> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/zh/zhang-hu-yu-ji-fei/settings/members.md).

# 成员

您可以在“设置”的“成员”部分管理您组织的成员及其角色。

### 管理成员

1. 打开组织/账户下拉菜单（点击左上角的 Morphic 标志）。
2. 选择“设置”。
3. 在左侧边栏中，点击“成员”。
4. 在这里，您可以查看所有成员，邀请新成员，并更新或移除角色。

或者直接前往： [studio.morphic.com/settings/members](https://studio.morphic.com/settings/members)

### 添加成员

1. 进入“成员”部分。
2. 点击右上角的“邀请”按钮。
3. 输入您想邀请的人的电子邮件地址。
4. 为其分配一个角色（成员或管理员）。
5. 被邀请者将收到一封电子邮件，其中包含加入您组织的说明。

<figure><img src="/files/baf206cfff14ac7403eda7d553fdfd3da2f60a5c" alt=""><figcaption><p>邀请新成员加入您的组织</p></figcaption></figure>

<figure><img src="/files/2d88ea60be61903b143c93582c3ec0ea9fe5408c" alt="Invite member form"><figcaption><p>成员邀请表单</p></figcaption></figure>

<figure><img src="/files/2eb2f33e02eae8633b468990e251b960d5f6e590" alt="Member role selection"><figcaption><p>选择成员角色</p></figcaption></figure>

### 查看成员

* 您将看到所有当前成员的列表，其姓名旁会显示他们的角色。
* 使用顶部的搜索栏，可通过姓名或电子邮件快速查找成员。

<figure><img src="/files/33335dfe7ba5d258426416451f068ca3f957bc87" alt="Members management interface"><figcaption><p>成员管理页面</p></figcaption></figure>

### 更改成员角色

<figure><img src="/files/7426b6d19818360f213b40ea1eb206f6aa226af6" alt="Role change confirmation"><figcaption><p>角色更改选项</p></figcaption></figure>

1. 在列表中找到该成员。
2. 点击其姓名旁的“…”菜单。
3. 选择“设为管理员”以授予其管理员权限。

### 移除成员

<figure><img src="/files/45368e4b6bcb8ae033da9cf2fd876c4db7a1f4d4" alt="Member options menu"><figcaption><p>成员管理选项</p></figcaption></figure>

1. 在列表中找到该成员。
2. 点击其姓名旁的“…”菜单。
3. 选择“移除成员”将其从组织中移除。

这就是您在 Morphic 上管理成员的方式。您可以决定谁属于您的组织，以及他们能够做什么。

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/zh/zhang-hu-yu-ji-fei/settings/members.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.
