> 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/account-and-billing/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="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FKYsPBeLGJf8660X6UkTa%2Fmembers.gif?alt=media&amp;token=6bd3bf8f-966d-4a80-b175-3609fb7cd411" alt=""><figcaption><p>向您的组织邀请新成员</p></figcaption></figure>

<figure><img src="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2Fgit-blob-62adbaa6c735d9bb280e378174ce0f81ebe8d253%2FCleanShot_2025-09-11_at_16.32.122x.png?alt=media" alt="Invite member form"><figcaption><p>成员邀请表单</p></figcaption></figure>

<figure><img src="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2Fgit-blob-f3484fcf09cdd37de3b18ab75479660a4a42fd64%2FCleanShot_2025-09-11_at_16.32.232x.png?alt=media" alt="Member role selection"><figcaption><p>选择成员角色</p></figcaption></figure>

### 查看成员

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

<figure><img src="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2Fgit-blob-a7ade885e1646099b88a854b3bb52634caf1539b%2FCleanShot_2025-09-11_at_16.31.512x.png?alt=media" alt="Members management interface"><figcaption><p>成员管理页面</p></figcaption></figure>

### 更改成员角色

<figure><img src="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2Fgit-blob-10ff517a23089212d8afb1af94dc2d892ef0f558%2FCleanShot_2025-09-11_at_17.08.192x.png?alt=media" alt="Role change confirmation"><figcaption><p>角色更改选项</p></figcaption></figure>

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

### 移除成员

<figure><img src="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2Fgit-blob-e41d3d908a1cb1dab57b20e6893ee1f22ecaf18d%2FCleanShot_2025-09-11_at_17.08.022x.png?alt=media" 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/account-and-billing/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.
