> ## Documentation Index
> Fetch the complete documentation index at: https://wundergraphinc-worktree-playful-rolling-lecun.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-worktree-playful-rolling-lecun/WtLlYKmMbys59kv_/images/studio/groups-default-roles-overview.png?fit=max&auto=format&n=WtLlYKmMbys59kv_&q=85&s=b34852db4bfa3ee659199f01e8ea3c7e" 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-worktree-playful-rolling-lecun/WtLlYKmMbys59kv_/images/studio/create-group-dialog.png?fit=max&auto=format&n=WtLlYKmMbys59kv_&q=85&s=faeeb630e775ced496046c79d03b5c1c" 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-worktree-playful-rolling-lecun/WtLlYKmMbys59kv_/images/studio/group-deletion-confirmation-dialog.png?fit=max&auto=format&n=WtLlYKmMbys59kv_&q=85&s=bf12ff2d58f5a6cd159dd2074c9ca3fd" 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-worktree-playful-rolling-lecun/WtLlYKmMbys59kv_/images/studio/group-deletion-with-reassignment-option.png?fit=max&auto=format&n=WtLlYKmMbys59kv_&q=85&s=8c2a8a606f192924f74e609816b2eb25" 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>
