Update User Status
Operation ID: updateUserStatus
Update status of the user in the platform tenant
The ID of the tenant which the user to update belongs to
The ID of the user to update
User status to update in the platform tenant. Only property 'active' takes effect
{
"tenant_id": "bb8287a9-874e-46d2-abbd-58278e1ac046",
"role": "PROVIDER_ADMIN",
"canonical_user_id": "68fb0f20-4a0c-4036-a584-cc3ee421093f",
"user_id": "rachelw",
"cd_tenant_id": "40b97e3c-c3b1-4251-b7de-e9637324683f",
"active": true,
"user_arn": "arn:aws:iam::account:user/user-name-with-path",
"cd_user_id": "rachelw",
"email": "[email protected]",
"username": "username"
}
The ID of platform user. The property is absent in user creation request, and is mandatory in the user creation response.
The canonical ID of platform user. The property is absent in user creation request, and is mandatory in the user creation response.
The arn of platform user.
The ID of the platform tenant which the platform user belongs to.
The status of platform user. For the platforms not supporting activate/deactivate user, either returning active=true or not returning active indicates the platform user is in active status.
The platform username mapped with VCD user.
The user email of the VCD user.
user role
The ID of the VCD user.
The ID of the VCD tenant.
The user status is updated
{
"tenant_id": "bb8287a9-874e-46d2-abbd-58278e1ac046",
"role": "PROVIDER_ADMIN",
"canonical_user_id": "68fb0f20-4a0c-4036-a584-cc3ee421093f",
"user_id": "rachelw",
"cd_tenant_id": "40b97e3c-c3b1-4251-b7de-e9637324683f",
"active": true,
"user_arn": "arn:aws:iam::account:user/user-name-with-path",
"cd_user_id": "rachelw",
"email": "[email protected]",
"username": "username"
}
The ID of platform user. The property is absent in user creation request, and is mandatory in the user creation response.
The canonical ID of platform user. The property is absent in user creation request, and is mandatory in the user creation response.
The arn of platform user.
The ID of the platform tenant which the platform user belongs to.
The status of platform user. For the platforms not supporting activate/deactivate user, either returning active=true or not returning active indicates the platform user is in active status.
The platform username mapped with VCD user.
The user email of the VCD user.
user role
The ID of the VCD user.
The ID of the VCD tenant.
Bad Request
{
"code": "E_BAD_REQUEST",
"message": "invalid value for the property xyz."
}
code
message