Organisations
Get users in an organisation
Gets the users under a specific organisation, optionally filtered by username/email address.
GET
/
v1
/
organisations
/
{organisationId}
/
users
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
organisationId
string
requiredThe ID of the organisation
Query Parameters
q
string
The search query to filter by. Partially matched against username and email address.
Response
200 - application/json
users
object[]
required