You can call this operation to disable a user that is temporarily not used in Data Management (DMS) Enterprise.
The effect of disabling a user by calling this operation is the same as that of disabling a user by choosing System Management > User Management in the DMS Enterprise console. The administrator of DMS Enterprise can call this operation to disable a user that is temporarily not used in DMS Enterprise. After the user is disabled, the data source permission, data owner configuration, and database administrator (DBA) configuration of the corresponding Alibaba Cloud account or Resource Access Management (RAM) user are revoked and become invalid.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DisableUser |
The operation that you want to perform. Value: DisableUser . |
Tid | Long | Yes | -1 |
The ID of the tenant. Note
The tenant ID is
taken from the tenant ID displayed when you move the pointer on your profile picture.
For more information, see
View tenant information
.
|
Uid | Long | Yes | 12345 |
The Alibaba Cloud unique ID (UID) of the user to disable. |
Response parameters
Parameter | Type | Sample response | Description |
---|---|---|---|
ErrorCode | String | 403 |
Error codes |
ErrorMessage | String | The specified user not exists. |
Error message |
RequestId | String | 34E01EDD-6A16-4CF0-9541-C644D1BE01AA |
The ID of the request. |
Success | Boolean | true |
|
Examples
Sample request
http(s)://[Endpoint]/? Action=DisableUser &Tid=-1 &Uid=12345 &<common request parameters>
Sample success responses
XML
format
<DisableUserResponse> <RequestId>ADE24A7C-DB8B-4D32-94AD-E50E3B921197</RequestId> <Success>true</Success> </DisableUserResponse>
JSON
{ "RequestId":"34E01EDD-6A16-4CF0-9541-C644D1BE01AA", "Success":true }
Error codes
For more information about error codes, see error center.