Post User Search

Post User Search
Search for users in a tenant

This endpoint is responsible for fetching a list of users with specific criteria. For more information, check the specification: https://tools.ietf.org/html/rfc7644#section-3.4.3.

Request
URI
POST
https://{api_host}/usergroup/t/{tenant}/scim/v2/Users/.search
COPY
Path Parameters
string
tenant
Required

The VMware Identity Services tenant ID

tenant example
my-tenant

Request Body
SearchRequestMedia of type(s) application/scim+json
Required
"SearchRequestMedia Object"
Authentication
This operation uses the following authentication methods.
Responses
200

Successfully fetched the list of users.

Returns UserListMedia of type(s) application/scim+json
"UserListMedia Object"

400

Invalid filter input.

Operation doesn't return any data structure

500

Unexpected error.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/scim+json' -d '[{}]' https://{api_host}/usergroup/t/{tenant}/scim/v2/Users/.search