List users
GET/Users
Returns the users for the tenant, optionally filtered. Filterable attributes:
userName, emails.value, name.givenName, name.familyName, externalId.
Supported operators: eq, co, sw.
Pagination parameters (startIndex, count) are accepted but the endpoint
returns the full filtered set in one response (capped at maxResults=200).
Unsupported filter attributes are logged and the request still succeeds
(returning all users).
Request
Responses
- 200
- 503
List of users
SCIM provisioning is disabled on the tenant.