> 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つだけである点にご注意ください。 *ユーザーアクセスグループ* の作成は、各グループに割り当てられたロールに基づいて権限を管理するのに役立つよう設計されています。
* 既存の管理の詳細については *ユーザーアクセスグループ*、 [関連記事](/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.
