Client Organizations
- Written for
- + Written for
- Deprecated
- + Deprecated
- Applies to
- + Applies to
Client Organizations
Frontend API — publishable key (x-publishable-key) plus the user session.
10 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.
Method & path | Idem | Explanation |
|---|---|---|
| Create an organization, if the instance allows user-created ones. | |
| Read the active organization. Gated by the ACTIVE org role. | |
| Update the active organization. Requires org:sys_profile:manage. | |
| List members of the active organization as a display directory. | |
| Invite someone. Requires org:sys_memberships:manage. | |
| Remove a member. Removing the last admin returns LAST_ADMIN. | |
| Accept an invitation addressed to one of your verified emails. Seats you as a member. | |
| List pending requests to join the active org. Requires org:sys_memberships:manage. | |
| Accept a join request, seating the user at the default member role (never admin). | |
| Reject a pending join request. No membership is created. |