You can call this operation to enable a user that has been disabled in Data Management (DMS) Enterprise.
The effect of enabling a user by calling this operation is the same as that of enabling a user by choosing System Management > User Management in the DMS Enterprise console. The administrator of DMS Enterprise can call this operation to enable a user that has been disabled in DMS Enterprise. After the user is enabled, the corresponding Alibaba Cloud account or Resource Access Management (RAM) user can continue to log on to DMS Enterprise and perform relevant operations.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | EnableUser |
The operation that you want to perform. Value: EnableUser . |
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=EnableUser &Tid=-1 &Uid=12345 &<common request parameters>
Sample success responses
XML
format
<EnableUserResponse> <RequestId>ADE24A7C-DB8B-4D32-94AD-E50E3B921197</RequestId> <Success>true</Success> </EnableUserResponse>
JSON
{ "RequestId": "34E01EDD-6A16-4CF0-9541-C644D1BE01AA", "Success": true }
Error codes
For more information about error codes, see error center.