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")
Success
{
"id": "alleymartin123@vidmlabs.com",
"user_type": "VIDM",
"username": "alleymartin123",
"domain": "vidmlabs.com",
"display_name": "alley martin",
"role": "ADMIN"
}
Unique identifier assigned to user.
Username of the user
Domain name to which group belongs to.
User's display name
Bad Request
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Unauthorized
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Forbidden
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Not Found
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Already Exists
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Internal Error