Add Vidm User
Add a new VMware Identity manager user to Operations for Networks. Only admin users can perform this action. VMware Identity Manager must be configured prior to this action.
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
Already Exists
"ApiError Object"
code
message
details
Internal Error
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/ni/settings/users/vidm