> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/ai-factory-guideline-jp/akaunto/fpt-cloudkonsrunoiam/chtoriaru/yzgurpuno.md).

# ユーザーグループの管理

## 2.2. ユーザーグループの管理

### 2.2.1. 概要

ユーザーグループとは、同じロールを持つユーザーのグループを表すエンティティです。

同じユーザーグループに属するすべてのIAMユーザーには、そのユーザーグループと同じロールと権限が割り当てられます。

* これにより、類似したユーザーグループの権限管理にかかる時間を大幅に節約できます。IAMユーザーごとに個別に権限を付与・更新する代わりに、ユーザーグループを一度更新するだけで済みます。
* 1つのユーザーグループには複数のIAMユーザーを含めることができ、1人のIAMユーザーは複数のユーザーグループに所属することができます。

### 2.2.2. ユーザーグループを作成する

{% stepper %}
{% step %}
メニューか&#x3089;**「IAM」>「ユーザーグループ」**&#x3092;選択し、次&#x306B;**「ユーザーグループを作成」**&#x3092;選択します。

<figure><img src="/files/G5D2TVw6R6sDk5kZiF3Q" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
「**ユーザーグループの作成**」ページで、必要な情報を入力します：

* **名前**：ユーザーグループの名前。
* **説明**：ユーザーグループの説明。
* **ロール**：ユーザーグループに複数のロールを割り当てることができます。
* **ユーザー**：システム内の既存のユーザーをユーザーグループに追加できます。

<figure><img src="/files/CkgczauOfReGqtZZcAi8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
「**ユーザーグループを作成**」を選択すると、システムがグループの作成を進め、結果をお知らせします。
{% endstep %}
{% endstepper %}

### 2.2.3. ユーザーグループの一覧を表示する

「**ユーザーグループ管理**」ページでは、作成済みのユーザーグループの一覧を表示・管理できます。

「**ユーザーグループ管理**」を開くには、以下の手順に従ってください。

* FPTポータルで、\[IAM] の下にある \[ユーザーグループ] を選択します。
* システムは、名前、説明、ロール、ユーザー数、作成日時、アクションなどの重要な情報を含むユーザーグループの一覧を表示します。

<figure><img src="/files/PjkuTquYbm2RAy1cwzkj" alt=""><figcaption></figcaption></figure>

### 2.2.4. ユーザーグループの詳細を表示する

{% stepper %}
{% step %}
メニューから「**IAM」＞「ユーザーグループ**」を選択します。すると、「ユーザーグループ管理」ページが表示されます。
{% endstep %}

{% step %}
一覧から、情報を表示したいユーザーグループを選択してください。ユーザーグループの詳細ページが表示されます。

<figure><img src="/files/mcswZ9jkVznqaRH0jfVt" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### 2.2.5. ユーザーグループの編集

{% stepper %}
{% step %}
メニューから「**IAM」＞「ユーザーグループ**」を選択します。すると、「ユーザーグループ管理」ページが表示されます。
{% endstep %}

{% step %}
更新したいユーザーグループの末尾にある「アクション」をリストから選択します。編集したい項目を1つ選択します。

* ユーザーの管理
* ロールの管理
* 情報の編集

<figure><img src="/files/gt8dwlBneOTZtme0Oalm" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### 2.2.6. ユーザーグループの削除

不要になったユーザーグループは、以下の手順に従って削除できます：

{% stepper %}
{% step %}
メニューから「IAM」>「ユーザーグループ」を選択します。すると、「ユーザーグループ管理」ページが表示されます。

<figure><img src="/files/4e0va6HvdfrRpPnYAbr2" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://ai-docs.fptcloud.com/ai-factory-guideline-jp/akaunto/fpt-cloudkonsrunoiam/chtoriaru/yzgurpuno.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.
