Endpoints
Member object
Role hierarchy
Each org has exactly one
owner.
List members
created_at ascending.
Remove a member
204 No Content.
You cannot remove yourself with this endpoint — use
POST /v1/leave instead.Update member role
Only the owner can change roles. Supported target roles areadmin and
member. To promote someone to owner, use
Transfer ownership.
Returns
200 OK with the updated Member object.
Transfer ownership
Promotes another member toowner and demotes the current owner to
admin. Atomic — if any step fails, no change is applied.
200 OK:
Leave organization
Remove the caller’s own membership from the org.204 No Content. Errors:
Related
Invites
Invite users to join this organization.
Organizations
Manage the org resource itself.