Create Roles and assign Permissions
In the Clerk Dashboard, you can create Roles, assign Permissions to them, and change users' Roles.
Create a new Role for your Organization
- In your Clerk Dashboard, navigate to Organization Settings and select the Roles tab.
- Select "Create new role".
- Give the Role a name, a key to reference it by in the format "
org:<role>
", and a description. - Select "Create role".
Assign Permissions to a Role
- In your Clerk Dashboard, navigate to Organization Settings and select the Permissions tab.
- Select "Create new permission".
- Give the Permission a name, a key to reference it by in the format "
org:<resource>:<action>
", and a description. - Select "Create permission".
Change a user’s Role in an Organization
- In your Clerk Dashboard, navigate to Organizations and select an Organization.
- Select the Members tab.
- In the list of members, find the one whose Role you want to change.
- Select another Role from their Role dropdown.