PATCH User Groups Provider Domain Name
Replace existing roles of user group with the provided roles.
Group name in the authentication source. For the VIDM provider, the 'name' parameter must also include the domain. Example '.../user-groups/vidm/vmware.com/[email protected]' or '.../user-groups/ad/vmware.com/users
Authentication group domain.
Authentication provider. Should be ad or vidm
{
"userGroup": {
"provider": "ad",
"domain": "vmware.com",
"name": "directoryGroupName",
"roleIds": [
"a03f0db0-fc0b-4001-9c64-3cf0c7201741"
]
}
}
Successfully replaced user group roles.
Authentication group provider should have one of following values - 'ad','vidm'
Specified user group does not exist.
Workspace ONE Access or Active Directory configuration is not enabled
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 -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]'