You can call this operation to edit the information about an account.
Debugging
Request headers
This operation only uses common request headers. For more information, see the Common request parameters topic.
Request syntax
POST /pop/v5/account/edit_account_info HTTPS|HTTP
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Name | String | No | edas-test |
The name of the account that you want to edit. |
Telephone | String | No | 13212345678 |
The contact information of the account that you want to edit. |
String | No | 13212345678@alibaba-inc.com |
The email address of the account that you want to edit. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Code | Integer | 200 |
The returned code. |
Message | String | edit successfully |
The returned message. |
RequestId | String | ECD1D6FC-4307-4583-BA6F-215F3857EAF4 |
Examples
Sample requests
POST /pop/v5/account/edit_account_info HTTP/1.1
Common request headers
Sample success responses
JSON
format
{
"Message": "edit successfully",
"Code": 200
}
XML
format
<Message>edit successfully</Message>
<Code>200</Code>
Error codes
For a list of error codes, visit the API Error Center.