Search users
POST/nevisidm/api/scim/v1/:clientExtId/Users/.search
Searches users using a POST request with a SCIM search request body. Functionally equivalent to the GET list endpoint but allows complex filter expressions and parameters to be passed in the request body instead of query parameters.
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.
Request
Responses
- 200
- 400
- 422
Search results retrieved successfully
Invalid SCIM request
Request body parse error