GET User Groups Provider
Return the list of all the user groups for specified provider
Authentication provider. Should be ad or vidm
[
{
"provider": "ad",
"domain": "vmware.com",
"name": "test-example",
"roleIds": [
"00000000-0000-0000-0000-000000000002",
"53986a8b-410d-45ss-9334-b71ade385c2b"
]
},
{
"provider": "ad",
"domain": "vmware.com",
"name": "test-example2",
"roleIds": []
}
]
Authentication group provider should have one of following values - 'ad','vidm'
The request was refused because it lacks valid authentication
credentials. This can happen if the Authorization header
was missing, or if it contained an invalid session ID.
Obtain a new session ID and retry the request,
or make an unauthenticated request without the Authorization header.
"Invalid session ID"
The request was refused because the session ID has
expired. Obtain a new session ID from /api/v1/sessions.
"Login Timeout"
curl -H 'Authorization: <value>' https://{api_host}/api/v1/user-groups/{provider}