Skip to main content
GET
GET
Returns all organisations the currently authenticated user is a member of, along with their role in each.

Response

boolean
true on a successful request.
array
Array of organisation objects. Each includes id, organisation_name, status, role, and created_time.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200

User's organisations