cURL
Organisations
List members
List all of the members in an organisation.
GET
cURL
Authorizations
Session token for authentication.
Path Parameters
The unique identifier for the organisation.
Query Parameters
Limit the number of resources returned by the API
Required range:
x >= 1Offset the resources returned by the API
Required range:
x >= 0A comma separated list of related resources to include.
Available options:
teams, organisations A comma separated list of fields to sort by.
Available options:
email, -email, first_name, -first_name, last_name, -last_name Filters the response data based on the value provided.
Available filters:
email: Filter by email address(es) (case insensitive)name: Filter by name(s) - filters by first and last name (case insensitive)combined: Filter by name(s) and email address(es) (case insensitive)status: Filter by membership status. One ofactive,inactive,pending,unknown, orany(anyreturns all statuses). Defaults toactivewhen omitted (org-scoped member listings only).
For more information on using named filters, see the docs