Browse documentation

Organization

3 endpoints.

Paths are relative to the base URL for your environment. Unless marked otherwise, every request needs an Authorization: Bearer header.

GET/organization/members

Get Members

Response fields

Asserted by the API’s own test suite.

memberscurrentUserRole
POST/organization/invite

Invite Member

Request body

json
{
  "email": "newmember@example.com",
  "role": "member"
}

Response fields

Asserted by the API’s own test suite.

successemailSentmessage
DELETE/organization/members/{member_id}

Remove Member

Path parameters

  • {member_id} — required

Response fields

Asserted by the API’s own test suite.

successmessage