Queries the account information of a customer.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
bss:GetCustomerAccountInfo | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
No parameters required.
Response elements
Parameter | Type | Description | Example |
object | The response object. | ||
Code | string | The status code. | Success |
Message | string | The error message. | Successful! |
RequestId | string | The request ID. | 94017C56-1725-5DD9-AB41-B3BAE791D600 |
Success | boolean | Indicates whether the request was successful. A value of | true |
| Data | object | The returned data. | |
Mpk | integer | The MPK of the master account. | 1051360339779133 |
LoginEmail | string | The email address of the customer. | xxxx@aliyun.com |
HostingStatus | string | Valid values: FREEZE: The service is frozen. TRUSTEESHIP: The service is hosted. | FREEZE |
AccountType | string | 0: individual | 1 |
CreditLimitStatus | string | Valid values:
| Freeze |
IsCertified | boolean | The real-name verification status. | true |
Examples
Success response
JSON format
{
"Code": "Success",
"Message": "Successful!",
"RequestId": "94017C56-1725-5DD9-AB41-B3BAE791D600",
"Success": true,
"Data": {
"Mpk": 1051360339779133,
"LoginEmail": "xxxx@aliyun.com",
"HostingStatus": "FREEZE",
"AccountType": "1",
"CreditLimitStatus": "Freeze",
"IsCertified": true
}
}Error codes
HTTP status code | Error code | Error message | Description |
400 | NotAuthorized | This API is not authorized for caller. | |
401 | VnoNoDataError | There is no data by this request. | |
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.