Get all organizations
GET {{baseUrl}}/api/admin/organizations?name=<string>&active=<integer>&sort=<string>&limit=<integer>&offset=<integer>
Admin-only API to get the list of all organizations.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string | Part of an entity name (could be a project, an org...) | |
active | string | Whether to search for entities (users, orgs) active in the last X days | |
sort | string | Fields and order to sort query by | |
limit | string | Maximum number of results | |
offset | string | Offset in results, can be used in conjunction with LimitResultsParameter to implement paging. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"organizations":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"total":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}