> 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/understanding-user-management-as-a-brand.md).

# ブランドとしてのユーザー管理を理解する

この記事では、ブランドとしてアカウントユーザーを効果的に作成・管理する手順について説明します。以下の方法を扱います *カスタムロールを作成する*, *ユーザーアクセスグループを作成する*、および *アカウントユーザーを招待する*。推奨される設定手順に従うことは、手順を戻ってやり直す必要がないようにするために重要です。

**ステップ1 - カスタムロールを作成する**

* *カスタム役割* アカウント管理のニーズに合わせて権限を調整できるようにします。後で割り当てられるように作成します *ユーザーアクセスグループ*。この手順は最初に行う必要があります。私たちは *定義済みユーザーロール* を用意していますが、さらに *カスタム役割* 柔軟性を高めるために独自に作成することもできます。
* 既存の管理方法の詳細については *カスタム役割*、 [関連記事](/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/manage-custom-roles.md).

**ステップ2 - ユーザーアクセスグループを作成する**

* 一度 *カスタムロール* が作成されたら、 *ユーザーアクセスグループ*. *ユーザーアクセスグループ* 特定のロールを持つプログラムを整理するのに役立ちます。1つの製品につき適用できるロールは1つだけである点にご注意ください。作成することで *ユーザーアクセスグループ* は、各グループに割り当てられたロールに基づいて権限を管理しやすくすることを目的としています。
* 既存の管理方法の詳細については *ユーザーアクセスグループ*、 [関連記事](/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/manage-user-access-groups.md).

**ステップ3 - アカウントユーザーを招待する**

* 最後の手順は、 *アカウントユーザー* を作成した後に *カスタムロール* （ *定義済みユーザーロール*を選択していない場合）と *ユーザーアクセスグループ*。作成すると、新しいユーザーを招待する際にどちらも追加できるようになります。
* 既存の管理方法の詳細については *アカウントユーザー*、 [関連記事](https://help.impact.com/brand/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/invite-account-users).


---

# 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/understanding-user-management-as-a-brand.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.
