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
{
"roleIds": [
"a03f0db0-fc0b-4001-9c64-3cf0c7201741",
"00000000-0000-0000-0000-000000000001"
]
}
Successfully replaced user group roles.
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"
Specified user group does not exist.
Workspace ONE Access or Active Directory configuration is not enabled
The request was refused because the session ID has
expired. Obtain a new session ID from /api/v1/sessions.
"Login Timeout"
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 '{}'