All Products
Search
Document Center

Enterprise Distributed Application Service:UpdateAccountInfo

Last Updated:Mar 01, 2024

Modifies the information about an account.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /pop/v5/account/edit_account_info

Request parameters

ParameterTypeRequiredDescriptionExample
NamestringNo

The name of the account.

edas-test
TelephonestringNo

The contact information of the account.

1321234****
EmailstringNo

The email address of the account.

1321234****@alibaba-inc.com

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The HTTP status code that is returned.

200
Messagestring

The message that is returned.

edit successfully
RequestIdstring

The ID of the request.

ECD1D6FC-4307-4583-BA6F-215F3857EAF4

Examples

Sample success responses

JSONformat

{
  "Code": 200,
  "Message": "edit successfully",
  "RequestId": "ECD1D6FC-4307-4583-BA6F-215F3857EAF4"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history