Disables a user that is temporarily not used in Data Management (DMS).
Operation description
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
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | Yes | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID. | -1 |
Uid | string | Yes | The UID of the Alibaba Cloud account. | 12345 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "34E01EDD-6A16-4CF0-9541-C644D1BE01AA",
"ErrorCode": "403",
"ErrorMessage": "The specified user not exists.",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|