Calls the ModifyAccountDescription operation to modify the description of an account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
drds:ModifyAccountDescription |
*instance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DrdsInstanceId |
string |
Yes |
The instance ID. |
drds************ |
| AccountName |
string |
Yes |
The account name. |
test |
| Description |
string |
Yes |
The account description. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
The request result. |
true |
| RequestId |
string |
The request ID. |
2F93CCD5-806F-4470-BBC7-20476A****** |
Examples
Success response
JSON format
{
"Success": true,
"RequestId": "2F93CCD5-806F-4470-BBC7-20476A******"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | OperationFailed.ModifyAccountDescription | Modify account description failed. | |
| 500 | InternalError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.