Modifies information about an account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:UpdateAccountInfo |
update |
*All Resource
|
None | None |
Request syntax
POST /pop/v5/account/edit_account_info HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
No |
The name of the account. |
edas-test |
| Telephone |
string |
No |
The contact information of the account. |
1321234**** |
|
string |
No |
The email address of the account. |
1321234****@alibaba-inc.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The HTTP status code that is returned. |
200 |
| Message |
string |
The message that is returned. |
edit successfully |
| RequestId |
string |
The ID of the request. |
ECD1D6FC-4307-4583-BA6F-215F3857EAF4 |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "edit successfully",
"RequestId": "ECD1D6FC-4307-4583-BA6F-215F3857EAF4"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.