> ## Documentation Index
> Fetch the complete documentation index at: https://wundergraphinc-brendan-add-sof-link.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Groups

> Manage who can access the resources of your organization.

<Note>
  To create, modify, or delete groups, you need to have RBAC enabled for your organization. This feature is available starting on the Scale plan.
</Note>

Groups let you manage team access to specific resources without manual setup, and include the benefits of SCIM integration.

Groups can be linked to both your organization members and your [API Keys](/studio/api-keys), enabling flexible and centralized access management.

<Frame>
  <img src="https://mintcdn.com/wundergraphinc-brendan-add-sof-link/znnH7GFKh4R4ntTv/images/studio/groups-default-roles-overview.png?fit=max&auto=format&n=znnH7GFKh4R4ntTv&q=85&s=07469b176cdcff933103b8bf1962e604" alt="Cosmo Studio Groups page showing admin, developer, and viewer roles with member counts." title="Groups — default roles overview" width="3392" height="2184" data-path="images/studio/groups-default-roles-overview.png" />
</Frame>

### How to create a group

* Click on the New Group button.
* Give the group a name, an optional description and then click on **Create group**.

<Frame>
  <img src="https://mintcdn.com/wundergraphinc-brendan-add-sof-link/znnH7GFKh4R4ntTv/images/studio/create-group-dialog.png?fit=max&auto=format&n=znnH7GFKh4R4ntTv&q=85&s=4eda84d05911e8d072e2e558acbb4636" alt="Create group dialog with name, description, and create button." title="Create group dialog" width="1068" height="794" data-path="images/studio/create-group-dialog.png" />
</Frame>

Once the group has been created, the group modification screen will show up. Here you can configure the [group rules](/studio/groups/group-rules).

### How to modify a group

<Info>
  Groups marked as `builtin` cannot be modified.
</Info>

* Click on the three dots to the right of the groups table and click **Edit**

To learn more about managing group rules refer to the [group rules](/studio/groups/group-rules) page.

### How to delete a group

<Info>
  Groups marked as `builtin` cannot be deleted.
</Info>

To delete an existing group, click on the three dots to the right of the groups table and click **Delete**. From there, one of two scenarios may occur.

**Scenario 1**: The group has not been assigned to any member, API key and/or OIDC mapper.

This is the simplest scenario, as you'll only need to fill the confirmation input and press the **Delete group** button.

<Frame>
  <img src="https://mintcdn.com/wundergraphinc-brendan-add-sof-link/znnH7GFKh4R4ntTv/images/studio/group-deletion-confirmation-dialog.png?fit=max&auto=format&n=znnH7GFKh4R4ntTv&q=85&s=b669255f8e73eac5b14019927dd68646" alt="Confirmation dialog for deleting a group with password entry." title="Group deletion confirmation dialog" width="1064" height="510" data-path="images/studio/group-deletion-confirmation-dialog.png" />
</Frame>

**Scenario 2**: The group is being used by a member, API key and/or OIDC mapper.

For this scenario, you'll be shown what is using the group and you'll need to select a group to move the objects using the group to. After that, you'll just have to fill the confirmation and press the **Delete group** button.

<Frame>
  <img src="https://mintcdn.com/wundergraphinc-brendan-add-sof-link/znnH7GFKh4R4ntTv/images/studio/group-deletion-with-reassignment-option.png?fit=max&auto=format&n=znnH7GFKh4R4ntTv&q=85&s=0bd3696db6c2232c3b1021d341f41124" alt="Confirmation dialog for deleting a group that requires selecting a new group. One member has been assigned to this group. One API key has been assigned to this group." title="Group deletion with reassignment option" width="1072" height="900" data-path="images/studio/group-deletion-with-reassignment-option.png" />
</Frame>
