Get users in an organisation
Gets the users under a specific organisation, optionally filtered by username/email address.
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The ID of the organisation
Required string length:
5 - 10
Query Parameters
The search query to filter by. Partially matched against username and email address.
Response
200 - application/json