Skip to main content
Manage users within your organization. The endpoints on this page scope to the org bound to your API key — you don’t need to pass an org id.

Endpoints

Member object

Role hierarchy

Each org has exactly one owner.

List members

Returns a JSON array of Member objects, sorted by created_at ascending.

Remove a member

Returns 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 are admin and member. To promote someone to owner, use Transfer ownership.
Returns 200 OK with the updated Member object.

Transfer ownership

Promotes another member to owner and demotes the current owner to admin. Atomic — if any step fails, no change is applied.
Irreversible without the new owner’s cooperation. Make sure you trust the recipient before calling this endpoint.
Returns 200 OK:
Errors:

Leave organization

Remove the caller’s own membership from the org.
Returns 204 No Content. Errors:

Invites

Invite users to join this organization.

Organizations

Manage the org resource itself.