List users
GET/scim/v2/Users
Return a paginated, optionally filtered and sorted list of users that belong to the partner the SCIM key is bound to. The response is a SCIM ListResponse envelope.
Request
Responses
- 200
- 400
- 401
A SCIM list of users.
Bad request. Input validation failed or a filter could not be parsed.
Unauthorized. The SCIM bearer key is missing or invalid, or the key is
valid but the partner does not have the scim_api scope enabled.