Get all white label users
GET {{baseUrl}}/api/organizations/:organizationId/whitelabel/users?user=<string>&active=<integer>&tier=<string>&fields=<string>&sort=<string>&limit=<integer>&offset=<integer>
White label admin only API to get the list of all registered users.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
user | string | Part of e-mail address or username | |
active | string | Whether to search for entities (users, orgs) active in the last X days | |
tier | string | Whether to search for free, pro or enterprise entities (users, projects) | |
fields | string | Comma separated list of fields to fetch in a query | |
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
{"users":{"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"}}