You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/configuration/auth/roles-and-permissions.mdx
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,30 @@ import LicenseKeyRequired from '/snippets/license-key-required.mdx'
21
21
22
22
Organizations support multiple owners, allowing you to share administrative responsibilities across your team. Owners can promote members to owner and demote other owners back to member from **Settings -> Members**.
23
23
24
+
<Frame>
25
+
<imgsrc="/images/managing_owners.png"alt="Members settings page showing team members and their roles" />
26
+
</Frame>
27
+
24
28
### Promoting a member to owner
25
29
26
30
To promote a member, click the action menu (three dots) next to their name in the members list and select **Promote to owner**. The member will immediately gain full administrative access.
27
31
32
+
<Frame>
33
+
<imgsrc="/images/promote_to_owner.png"alt="Dropdown menu showing Promote to owner option for a member" />
34
+
</Frame>
35
+
28
36
### Demoting an owner to member
29
37
30
38
To demote an owner, click the action menu next to their name and select **Demote to member**. Owners can also demote themselves to step down from the role. The last remaining owner of an organization cannot be demoted — at least one owner must exist at all times.
31
39
40
+
<Frame>
41
+
<imgsrc="/images/demote_to_member.png"alt="Dropdown menu showing Demote to member option for an owner" />
42
+
</Frame>
43
+
32
44
### Leaving an organization as an owner
33
45
34
-
An owner can leave the organization as long as at least one other owner exists. If you are the last owner, you must promote another member to owner before leaving.
46
+
An owner can leave the organization as long as at least one other owner exists. If you are the last owner, you must promote another member to owner before leaving.
47
+
48
+
<Frame>
49
+
<imgsrc="/images/owner_leave_org.png"alt="Dropdown menu showing Leave organization option for an owner" />
0 commit comments