All Products
Search
Document Center

:DescAccountSummary

Last Updated:Oct 29, 2025

This topic describes how to call the DescAccountSummary operation to obtain account information.

Debug

You can call this operation directly in OpenAPI Explorer. This eliminates the need to calculate signatures. After a successful call, OpenAPI Explorer automatically generates SDK code examples.

Request parameters

Name

Type

Required

Example

Description

Action

String

No

DescAccountSummary

A required parameter. Set the value to DescAccountSummary.

Response parameters

For the response parameters, see the examples. Parameters not listed in the table are deprecated but retained for compatibility.

Name

Type

Example

Description

DailyQuota

Integer

2000

The daily quota.

DayuStatus

Integer

0

Indicates whether Short Message Service is enabled. (This parameter is deprecated.)

Domains

Integer

1

The number of domain names.

EnableTimes

Integer

0

The effective period.

MailAddresses

Integer

0

The number of sender addresses.

MaxQuotaLevel

Integer

10

The maximum level.

MonthQuota

Integer

60000

The monthly quota.

QuotaLevel

Integer

2

The reputation level.

Receivers

Integer

0

(This parameter is deprecated.)

RequestId

String

82B295BB-7E69-491F-9896-ECEAFF09E1A4

The request ID.

Tags

Integer

0

The number of tags.

Templates

Integer

1

The number of templates.

UserStatus

Integer

0

The status of the user. 0: Normal. 1: The account is frozen. 2: An overdue payment exists. 4: Outgoing emails are restricted. 8: The account is logically deleted.

SmsRecord

Integer

0

(This parameter is deprecated.)

SmsTemplates

Integer

0

(This parameter is deprecated.)

SmsSign

Integer

0

(This parameter is deprecated.)

RemainFreeQuota

Integer

1910

The remaining free quota.

Examples

Request example

http(s)://dm.aliyuncs.com/?Action=DescAccountSummary
&<Common request parameters>

Response example

XML format

<DescAccountSummaryResponse>
      <DayuStatus>0</DayuStatus>
      <SmsRecord>0</SmsRecord>
      <SmsSign>0</SmsSign>
      <UserStatus>0</UserStatus>
      <SmsTemplates>0</SmsTemplates>
      <Templates>1</Templates>
      <Domains>1</Domains>
      <MonthQuota>60000</MonthQuota>
      <Tags>0</Tags>
      <QuotaLevel>2</QuotaLevel>
      <EnableTimes>0</EnableTimes>
      <RequestId>82B295BB-7E69-491F-9896-ECEAFF09E1A4</RequestId>
      <MaxQuotaLevel>10</MaxQuotaLevel>
      <MailAddresses>0</MailAddresses>
      <DailyQuota>2000</DailyQuota>
      <Receivers>0</Receivers>
			<RemainFreeQuota>1910</RemainFreeQuota>
</DescAccountSummaryResponse>

JSON format

{
        "DayuStatus":0,
        "SmsRecord":0,
        "SmsSign":0,
        "UserStatus":0,
        "SmsTemplates":0,
        "Templates":1,
        "Domains":1,
        "MonthQuota":60000,
        "Tags":0,
        "QuotaLevel":2,
        "EnableTimes":0,
        "RequestId":"82B295BB-7E69-491F-9896-ECEAFF09E1A4",
        "MailAddresses":0,
        "MaxQuotaLevel":10,
        "Receivers":0,
        "DailyQuota":2000,
        "RemainFreeQuota":1910
}

Error codes

For more information about error codes, see the API Error Center.