Removes a user from a workspace.
Operation description
Prerequisites
A VPC has been created.
Log on to the DMS console using an Alibaba Cloud account (root account) or a RAM user with the required permissions, and grant DMS permissions to access cloud resources (AliyunDMSProcessingDataRolePolicy).
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| WorkspaceId |
string |
Yes |
The ID of the workspace. |
12**** |
| DmsUserIds |
string |
Yes |
The IDs of the DMS users. |
123*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned. |
||
| RequestId |
string |
The ID of the request. |
E5EE2B9E-2F95-57FA-B284-CB441CEE49D6 |
| Success |
boolean |
Indicates whether the request succeeded:
|
true |
| Data |
boolean |
Indicates whether the users were successfully removed from the workspace. |
true |
Examples
Success response
JSON format
{
"RequestId": "E5EE2B9E-2F95-57FA-B284-CB441CEE49D6",
"Success": true,
"Data": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.