List organizations

Returns a paginated list of organizations that the authenticated admin user has permission to administer. Results can be filtered by name, sorted, and paginated.

Query Params
string

String. Case-insensitive partial-match filter on organization name. When omitted, all administrable organizations are returned.

string
Defaults to name:asc

String. Comma-separated list of sorting criteria in property:direction format, where direction is asc or desc. Supported sort properties: name, dateCreated, lastUpdated, status. Example: name:asc,dateCreated:desc. When omitted, results default to name:asc.

integer
1 to 1000
Defaults to 10

max records to return

integer
≥ 0
Defaults to 0

the offset to be used in list

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json