List users
GET/nevisidm/api/scim/v1/:clientExtId/Users
Returns a paginated list of SCIM user representations belonging to the specified client. Supports filtering, sorting, attribute selection, and bulk export format.
Specific credential types can be selected using credentials[TYPE] syntax in the attributes/excludedAttributes parameters, e.g. credentials[PASSWORD] or credentials[OTP]. Only the specified credential types will be included in or excluded from the response.
When bulkImportFormat is set to true, the response is a ScimBulkRequest with POST operations instead of the standard ScimListResponse.
Request
Responses
- 200
- 400
Users retrieved successfully
Invalid SCIM request