Search Clients By Roles
Searches OAuth2 clients based on the assigned roles
The VMware Identity Services tenant ID
my-tenant
The index of the page. Pages start with index 1.
1
Number of results per page.
50
Roles assigned to the OAuth2 clients for filtering
Show optional properties
{
"roles": [
{
"type": "vc",
"role_name": "roleA"
}
]
}
{
"roles": [
{
"type": "vc",
"_links": {
"self": {
"href": "https://example.com/path-to-self"
}
},
"role_name": "roleA"
}
],
"_links": {
"self": {
"href": "https://example.com/path-to-self"
}
}
}
List of roles to filter the search by
The resource HATEOAS links. Usually includes a "self" link for this resource
OAuth2 clients successfully found based on roles
"BrokerOAuth2ClientList Object"
Represents a summary of an OAuth 2.0 client
Count of total number of elements for the request
Current page number
Total number of pages for the request
Number of elements returned per page
The resource HATEOAS links. Usually includes a "self" link for this resource
Request contains invalid information
The role or tenant was not found.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/vnd.vmware.horizon.manager.accesscontrol.roles.search+json' -d '{"roles":["object"]}' https://{api_host}/acs/t/{tenant}/broker/oauth2-clients/search