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

KeyDatatypeRequiredDescription
userstringPart of e-mail address or username
activestringWhether to search for entities (users, orgs) active in the last X days
tierstringWhether to search for free, pro or enterprise entities (users, projects)
fieldsstringComma separated list of fields to fetch in a query
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;users&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;}}