> 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/account/iam-on-fpt-cloud-console/tutorials/user-group-management.md).

# User Group Management

## 2.2. User Group Management

### 2.2.1. Overview

A user group is an entity representing a group of users with the same roles.&#x20;

All IAM users in the same user group will be assigned the same Roles & Permissions as the User group.&#x20;

* This will save you a lot of time managing permissions for similar user groups. Instead of having to grant/update permissions individually for each IAM User, you only need to update the User Group once.&#x20;
* A User Group can contain multiple IAM Users, and an IAM User can belong to multiple User Groups.&#x20;

### 2.2.2. Create a user group

{% stepper %}
{% step %}
In the menu, select **IAM > User Groups**, then select **Create User Group**.

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

{% step %}
On the **Create User Group** page, enter the required information:

* **Name**: The name of the user group.&#x20;
* **Description**: Description of the user group.&#x20;
* **Role**: You can assign multiple roles to a user group.&#x20;
* **User**: You can add existing users in the system to the user group.&#x20;

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

{% step %}
Select **Create user group**, and the system will proceed to create the group and notify you of the result.
{% endstep %}
{% endstepper %}

### 2.2.3. View the User Group list

You can view and manage the list of created User Groups on the User Groups Management page.&#x20;

To open User Groups Management, follow these steps:&#x20;

* On the FPT Portal, under IAM, select User Group. &#x20;
* The system will display the User Group list, including important information such as: Name, Description, Roles, User quantity, Created at, Actions&#x20;

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

### 2.2.4. View User Group Details

{% stepper %}
{% step %}
In the menu, select **IAM > User Groups**. The system will display the User Groups Management page.
{% endstep %}

{% step %}
Select the User Group whose information you want to view from the list. The system will display the User Groups Detail page.&#x20;

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

### 2.2.5. Edit User Group

{% stepper %}
{% step %}
In the menu, select IAM > User Groups. The system will display the User Groups Management page.
{% endstep %}

{% step %}
Select Action at the end of the User Group you want to update from the list. Select one of the details you want to edit.

* Manage users&#x20;
* Manage role&#x20;
* Edit information&#x20;

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

### 2.2.6. Delete User Group

For User Groups that are no longer needed, you can delete them by following these instructions:

{% stepper %}
{% step %}
In the menu, select IAM > User Groups. The system will display the User Groups Management page.

<figure><img src="/files/y5st9GjfCDtPnsZpZ3lj" 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/account/iam-on-fpt-cloud-console/tutorials/user-group-management.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.
