Get all organizations within a white label

GET {{baseUrl}}/api/organizations/:organizationId/whitelabel/organizations?name=<string>&active=<integer>&sort=<string>&limit=<integer>&offset=<integer>

White label admin only API to get the list of all organizations.

Request Params

KeyDatatypeRequiredDescription
namestringPart of an entity name (could be a project, an org...)
activestringWhether to search for entities (users, orgs) active in the last X days
sortstringFields and order to sort query by
limitstringMaximum number of results
offsetstringOffset in results, can be used in conjunction with LimitResultsParameter to implement paging.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;organizations&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;total&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}