v1

latestOpenAPI 3.1.0Apache 2.02026-07-2610193196.3 KB
Organisations

Get users in an organisation

Gets the users under a specific organisation, optionally filtered by username/email address.

get/v1/organisations/{organisationId}/users

Query parameters

qstring
Example:docs@example.com

The search query to filter by. Partially matched against username and email address.

limitinteger
pageinteger

Response

200 response

Example response

{
  "meta": {
    "start": 20,
    "end": 29,
    "total": 48,
    "page": 3,
    "totalPages": 5
  },
  "links": {
    "self": "/v1/users/abc12/apis?q=training&limit=20&page=1"
  }
}