> 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/ja/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/manage-user-access-groups.md).

# ユーザーアクセスグループを管理する

〜の上で *ユーザーアクセスグループ* 画面で、次の設定を編集できます。 [アクセスグループ](/brand/ja/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/ja/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/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → \[設定]**.
2. 左側の、 *一般* セクションで、選択します **ユーザーアクセスグループ**.
3. 使用して ![](/files/34c3dbe05c1110f13e076d5a5abd0fec57cb1797) **\[検索バー]** 特定のユーザーアクセスグループを検索するには、または **ステータス** 検索フィルターを使用して **すべて** ユーザーアクセスグループ、 **有効** ユーザーアクセスグループ、または **アーカイブ済み** ユーザーアクセスグループ。
4. 選択 ![](/files/187769f9262d59ed36ce79b3988030fed7098825) **\[列]** 追加の列を追加したい場合は、以下を参照してください。 *列の参照* を参照してください。

<details>

<summary>列の参照</summary>

| 列          | 説明                          |
| ---------- | --------------------------- |
| グループ名      | ユーザーアクセスグループの名前。            |
| 割り当て済みユーザー | アクセスグループに割り当てられているユーザー数。    |
| 作成者        | アクセスグループを作成したユーザー。          |
| 作成日        | ユーザーアクセスグループが作成された日付。       |
| 最終更新者      | ユーザーアクセスグループに最後に変更を加えたユーザー。 |
| 最終更新日      | ユーザーアクセスグループが最後に更新された日付。    |
| ステータス      | ユーザーアクセスグループの現在のステータス。      |

</details>

5. 管理したいユーザーアクセスグループにカーソルを合わせて、 ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[詳細]** 次のいずれかの操作を行うには：
   * **編集**：ユーザーアクセスグループを変更し、 **保存** 変更を確認します。
   * **アーカイブ**：ユーザーアクセスグループをアーカイブするには、 **アーカイブ** 操作を確認します。
   * **デフォルトに設定**：新しいユーザーを招待する際に、このグループをデフォルトのユーザーアクセスグループとして設定するには。


---

# 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/ja/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.
