Skip to main content

List Members

Returns all members of the authenticated organization.

Response


Update a Member

Change a member’s role or dashboard access.

Request Body

Response

200 OK with the updated member object.

Remove a Member

Removes a member from the organization.

Response

204 No Content

List Pending Invites

Response


Send an Invite

Request Body

Response

201 Created with the invite object.

Cancel an Invite

Response

204 No Content

Accept an Invite

This endpoint does not require authentication — it is called from the invite acceptance link in the email.

Request Body

Response

200 OK — the user is now a member of the organization. They will be added to the correct org on next login.