Post Groups Search
Get groups with specific criteria
This endpoint is responsible for fetching a list of groups 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/Groups/.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"
Responses
200
Successfully fetched the list of groups.
Returns
GroupListMedia
of type(s)
application/scim+json
"GroupListMedia Object"
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/scim+json' -d '[{}]' https://{api_host}/usergroup/t/{tenant}/scim/v2/Groups/.search