Retrieves account information.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:DescAccountSummary |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| EnableTimes |
integer |
The effective period. |
0 |
| SmsSign |
integer |
This parameter is deprecated. It is retained for compatibility. |
0 |
| MonthQuota |
integer |
The monthly quota. |
60000 |
| Receivers |
integer |
The number of recipients. |
0 |
| DayuStatus |
integer |
The status of Dayu. This parameter is deprecated and retained for compatibility. |
0 |
| DailyQuota |
integer |
The daily quota. |
2000 |
| SmsRecord |
integer |
This parameter is deprecated. It is retained for compatibility. |
0 |
| Tags |
integer |
The number of tags. |
0 |
| Templates |
integer |
The number of templates. |
1 |
| MailAddresses |
integer |
The number of sender addresses. |
0 |
| RequestId |
string |
The request ID. |
82B295BB-7E69-491F-9896-ECEAFF09E1A4 |
| QuotaLevel |
integer |
The reputation level. |
2 |
| MaxQuotaLevel |
integer |
The maximum reputation level. |
10 |
| Domains |
integer |
The number of domain names. |
1 |
| UserStatus |
integer |
The status of the user. Valid values: 0: Normal. 1: Freeze. 2: Overdue payment. 4: Outbound messages are restricted. 8: The user is logically deleted. |
0 |
| SmsTemplates |
integer |
This parameter is deprecated. It is retained for compatibility. |
0 |
| RemainFreeQuota |
integer |
The remaining free quota. |
1910 |
| DailyRemainFreeQuota |
integer |
The remaining daily free quota. |
100 |
| IpChannelType |
string |
The type of the outbound IP channel.
|
normal |
Examples
Success response
JSON format
{
"EnableTimes": 0,
"SmsSign": 0,
"MonthQuota": 60000,
"Receivers": 0,
"DayuStatus": 0,
"DailyQuota": 2000,
"SmsRecord": 0,
"Tags": 0,
"Templates": 1,
"MailAddresses": 0,
"RequestId": "82B295BB-7E69-491F-9896-ECEAFF09E1A4",
"QuotaLevel": 2,
"MaxQuotaLevel": 10,
"Domains": 1,
"UserStatus": 0,
"SmsTemplates": 0,
"RemainFreeQuota": 1910,
"DailyRemainFreeQuota": 100,
"IpChannelType": "normal"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | User.Blacklisted | The specified user is in the blacklist. | |
| 403 | User.RegisterTooMuch | The specified user has registered more than one DirectMail account. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.