> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/admin/access-management/group-management/manage-groups.md).

# Manage Groups

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

#### Create a Group <a href="#docs-internal-guid-59f38a88-7fff-e21e-9d95-776553ce7a02" id="docs-internal-guid-59f38a88-7fff-e21e-9d95-776553ce7a02"></a>

1. Navigate to Settings > IAM > Groups.
2. Click the Create Group button.
3. Enter a Group Name
4. Click Create to finalize and add the new group to the system.

***

**Assign Members to Groups**

1. Navigate to Settings > IAM > Groups.
2. Locate the group you want to add members to.
3. Click on Members next to the group name.
4. Click the Add Member button.
5. In the modal, select the member(s) you wish to add.
6. Click OK to confirm and assign the members to the group.<br>

***

**Remove Members from Groups**

1. Navigate to Settings > IAM > Groups.
2. Find the group from which you want to remove a member.
3. Click on Members next to the group name.
4. Locate the member you want to remove.
5. Click the Remove button next to the member’s name.
6. Confirm the removal in the prompt to complete the action.

***

**Assign Roles to Groups**

1. Navigate to Settings > IAM > Groups.
2. Locate the group you want to add roles to.
3. Click on Roles next to the group name.
4. Click the Add Roles button.
5. In the modal, select the role(s) you wish to add.
6. Click OK to confirm and assign the roles to the group.<br>

***

**Remove Members from Groups**

1. Navigate to Settings > IAM > Groups.
2. Find the group from which you want to remove a role.
3. Click on Roles next to the group name.
4. Locate the role you want to remove.
5. Click the Remove button next to the role’s name.
6. Confirm the removal in the prompt to complete the action.

***

**Delete an existing group**

* Delete an existing group
* Navigate to Settings > IAM > Groups
* Find the group that you want to delete from the groups list
* Click remove next to the group to delete the group.


---

# 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://docs.apica.io/admin/access-management/group-management/manage-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.
