> ## Documentation Index
> Fetch the complete documentation index at: https://wundergraphinc-ahmet-eng-9125-docs-update-mcp-documentation.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-ahmet-eng-9125-docs-update-mcp-documentation/KxGWKQ6kwTIcpzH0/images/studio/groups-default-roles-overview.png?fit=max&auto=format&n=KxGWKQ6kwTIcpzH0&q=85&s=4661263d81fab96319de5738b1cfa898" 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-ahmet-eng-9125-docs-update-mcp-documentation/KxGWKQ6kwTIcpzH0/images/studio/create-group-dialog.png?fit=max&auto=format&n=KxGWKQ6kwTIcpzH0&q=85&s=cd1b3631a996e20e8b82551f5e29de87" 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-ahmet-eng-9125-docs-update-mcp-documentation/KxGWKQ6kwTIcpzH0/images/studio/group-deletion-confirmation-dialog.png?fit=max&auto=format&n=KxGWKQ6kwTIcpzH0&q=85&s=4c4f009ab8597fac02c85518d62eccfc" 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-ahmet-eng-9125-docs-update-mcp-documentation/KxGWKQ6kwTIcpzH0/images/studio/group-deletion-with-reassignment-option.png?fit=max&auto=format&n=KxGWKQ6kwTIcpzH0&q=85&s=8501bda14949c74a4105d2ae696cf650" 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>
