Skip to main content
GET
GET
Returns all users who are members of the specified organisation, including their assigned roles and join dates.

Path Parameters

string
required
UUID of the organisation to list members for.

Response

boolean
true on a successful request.
array
Array of member objects — each with user_id, email, first_name, last_name, role, joined_at.

Authorizations

Authorization
string
header
required

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

Path Parameters

org_id
string<uuid>
required

Response

200

Member list with roles