Update Vidm User Role
Update role for user mapped through VMware Identity Manager. Only admin users can perform this action.
The Entity ID of object requestion information on
User details
{
"username": "alleyMartin123",
"domain": "vidmlabs.com",
"display_name": "alley martin",
"role": "ADMIN"
}
Provide username (domain should not be part of username).
Provide domain name to which user belongs to.
Provide user's display name (could be "givenName familyName")
Role assigned the user/group.
Success
"UserResponse Object"
The type of user.
Unique identifier assigned to user.
Role assigned the user/group.
Username of the user
Domain name to which group belongs to.
User's display name
Bad Request
"ApiError Object"
code
message
details
Unauthorized
"ApiError Object"
code
message
details
Forbidden
"ApiError Object"
code
message
details
Not Found
"ApiError Object"
code
message
details
Already Exists
"ApiError Object"
code
message
details
Internal Error
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/ni/settings/users/vidm