GET User Groups Provider Domain Name
Retrieves the user group information.
Group name in the authentication source. For the VIDM or VIDB provider, the 'name' parameter must also include the domain. Example '.../user-groups/vidm/vmware.com/[email protected]', '.../user-groups/vidb/vmware.com/[email protected]' or '.../user-groups/ad/vmware.com/users
Authentication group domain.
Authentication provider. Should be ad or vidm
Successfully retrieved user group information.
{
"userGroup": {
"provider": "ad",
"domain": "vmware.com",
"name": "directoryGroupName",
"roleIds": [
"a03f0db0-fc0b-4001-9c64-3cf0c7201741"
]
}
}
Authentication group provider should have one of following values - 'ad','vidm'
Specified user group does not exists.
Internal error while processing the client request
{
"errorMessage": "The operation failed due to an internal error."
}
A message describing the error.
A code representing the type of error.
Dynamic error details, where the field name can vary depending on the request field and error code.
curl -H 'Authorization: <value>' https://{api_host}/api/v2/user-groups/{provider}/{domain}/{name}