> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/manage-custom-roles.md).

# 管理自定义角色

你可以管理 [自定义角色](/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/create-custom-user-roles.md) 你通过编辑和归档创建的角色。

1. 从顶部导航栏中选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 左侧，在“ *常规*下，选择 **账户用户**.
3. 在 *账户用户* 屏幕上，选择 **管理** ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** → **管理自定义角色**.
4. 使用 ![](/files/34cdd2217d627a308c301c2567d5dfe7d669a2cc) **\[搜索栏]** 进行搜索，或使用 **活跃** 和 **产品** 筛选器来缩小结果范围并找到该自定义角色。
5. 选择 ![](/files/68a24e11d342b9e43ce1c95ec070f7c75aa9d5b6) **\[列]** 如果你想添加更多列。请参阅 *列参考* 以获取更多信息。

<details>

<summary>列参考</summary>

| 列      | 说明               |
| ------ | ---------------- |
| 角色名称   | 自定义角色的名称。        |
| 产品     | 分配给用户角色的产品类别。    |
| 创建者    | 创建该自定义角色的账户用户。   |
| 创建日期   | 创建自定义角色的日期。      |
| 最后更新者  | 最后修改该自定义角色的账户用户。 |
| 最后更新日期 | 上次修改自定义角色的日期。    |
| 状态     | 自定义角色的状态。        |

</details>

6. 将光标悬停在你想要管理的启用自定义角色上，并选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** 以编辑或归档该角色。

   **行为**

   * **编辑**：对一个进行更改 *活跃* 自定义角色，并选择 **保存** 以确认。
   * **归档**：一旦自定义角色已被，你将无法编辑或恢复它 *已归档*.

     <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p><strong>警告：</strong> 归档自定义角色会将其从自定义角色选项列表中移除。一旦你 <em>归档</em> 归档它，你将失去分配给该自定义角色的所有设置。如果该自定义角色已分配给1个或更多用户，则此选项将不可用。</p></div>


---

# 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://help.impact.com/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/manage-custom-roles.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.
