Skip to content

Commit ce23ba9

Browse files
committed
Add section for invalid states
1 parent 70bd6bc commit ce23ba9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/organizations/overview.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,11 @@ If Clerk's prebuilt components don't meet your specific needs or if you require
172172
- [Creating an infinite paginated list of memberships](/docs/organizations/viewing-memberships)
173173
- [Inviting users to an organization](/docs/organizations/inviting-users), which also includes code for creating a custom list of invitations
174174
- [Managing memberships](/docs/organizations/managing-roles), which includes code for updating and deleting a user's membership, for inviting a user, and for creating a custom list of memberships, invitations, and requests
175+
176+
## Invalid states
177+
178+
Organizations can enter invalid states under certain conditions. Here are the common scenarios you should be aware of:
179+
180+
### Missing member with elevated permissions
181+
182+
An organization becomes invalid when it has no members with the following elevated permissions: `org:sys_memberships:read`, `org:sys_memberships:manage`, and `org:sys_profile:delete`. This typically occurs when removing the last admin or downgrading their role.

0 commit comments

Comments
 (0)