> 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-user-access-groups.md).

# 管理用户访问组

在 *用户访问组* 在此屏幕上，您可以编辑以下内容的设置 [访问组](/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/create-a-user-access-group.md) 您已经创建的。这里，您可以查看已归档的访问组，或将某个特定访问组设为新用户的默认组。

{% hint style="warning" %}
**警告：** 在邀请新的账户用户之前，请确保他们将被分配到的访问组具有必要的权限。权限是通过一个 *用户角色*，然后应用到访问组。有关完整流程概览，请参阅 [了解作为品牌的用户管理](/brand/zh/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/understanding-user-management-as-a-brand.md).
{% endhint %}

1. 在顶部导航栏中，选择 ![](/files/34cff7cafbbfcd416778a35b63cb058c27bcda8b) **\[用户资料] → 设置**.
2. 在左侧，位于 *常规* 部分下，选择 **用户访问组**.
3. 使用 ![](/files/34cdd2217d627a308c301c2567d5dfe7d669a2cc) **\[搜索栏]** 以搜索特定的用户访问组，或使用 **状态** 筛选器来搜索 **全部** 用户访问组， **生效中** 用户访问组或 **已归档** 用户访问组。
4. 选择 ![](/files/68a24e11d342b9e43ce1c95ec070f7c75aa9d5b6) **\[列]** 如果您想添加其他列。请参阅 *列参考* 了解更多信息。

<details>

<summary>列参考</summary>

| 列      | 说明                |
| ------ | ----------------- |
| 组名称    | 用户访问组的名称。         |
| 已分配用户  | 分配到该访问组的用户数量。     |
| 创建者    | 创建该访问组的用户。        |
| 创建日期   | 创建用户访问组的日期。       |
| 最后更新者  | 最后对该用户访问组进行调整的用户。 |
| 最后更新日期 | 用户访问组上次更新的日期。     |
| 状态     | 用户访问组的当前状态。       |

</details>

5. 将鼠标悬停在您要管理的用户访问组上，并选择 ![](/files/48274f9251fd79e93a99aad7b4393690b07a61c9) **\[更多]** 以执行以下操作之一：
   * **编辑**：对用户访问组进行调整，并选择 **保存** 以确认更改。
   * **归档**：要将用户访问组归档，请选择 **归档** 以确认该操作。
   * **设为默认**：在邀请新用户时，将此组设为您的默认用户访问组。


---

# 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-user-access-groups.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.
