Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/organizations/control-access/role-sets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To create a Role Set:
1. In the Clerk Dashboard, navigate to [**Roles & Permissions**](https://dashboard.clerk.com/~/organizations-settings/roles).
1. Select **Create role set**.
1. Give the Role Set a name, a key to reference it by, and a description.
1. Under **Roles**, click **Add Roles**. You can select from a list of global Roles or create new ones. You must also select a **Organization creator role** and a **New member default role**.
1. Under **Roles**, select **Add roles**. You can select from a list of global Roles or create new ones. You must also select a **Default role for org creators** and a **Default role for new members**.
1. Select **Save**.

## Assign a Role Set to an Organization
Expand All @@ -77,7 +77,7 @@ To edit a Role Set:
1. In the Clerk Dashboard, navigate to [**Roles & Permissions**](https://dashboard.clerk.com/~/organizations-settings/roles).
1. Select the Role Set you want to edit.

To add Roles, click **Add Roles**. You can select from a list of global Roles or create new ones. You must also select a **Organization creator role** and a **New member default role**.
To add Roles, select **Add roles**. You can select from a list of global Roles or create new ones. You must also select a **Default role for org creators** and a **Default role for new members**.

To remove Roles, click on the three dots next to a Role and select **Remove role**. Confirm this change by typing the role name and clicking **Next**. If you remove a Role that members have, you will go through the [remapping flow](#remapping-flow). If you delete a default Role, the reassigned Role will be the new default Role.

Expand Down
Loading