All Products
Search
Document Center

Direct Mail:DescAccountSummary

Last Updated:Mar 13, 2024

Queries the detailed information of an Alibaba Cloud account.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter

Type

Required

Example

Description

Action

String

Yes

DescAccountSummary

The operation that you want to perform. Set the value to DescAccountSummary.

Response parameters

Parameter

Type

Example

Description

DailyQuota

Integer

2000

The maximum number of emails that you can send every day.

DayuStatus

Integer

0

Indicates whether the SMS service is enabled. (This field is deprecated)

Domains

Integer

1

The number of domain names.

EnableTimes

Integer

0

Indicates how many times you have enabled the Direct Mail service.

MailAddresses

Integer

0

The number of sender addresses.

MaxQuotaLevel

Integer

10

The highest privilege level of users.

MonthQuota

Integer

60000

The maximum number of emails that you can send every month.

QuotaLevel

Integer

2

The current privilege level.

Receivers

Integer

0

(This field is deprecated)

RequestId

String

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

The ID of the request.

Tags

Integer

0

The number of tags.

Templates

Integer

1

The number of templates.

UserStatus

Integer

0

The status of the account. 0: indicates that your account is available. 1: indicates that your account is frozen. 2: indicates that you have overdue payments. 4: indicates that you cannot send emails.8:

Indicates that logical deletion.

SmsRecord

Integer

0

(This field is deprecated)

SmsTemplates

Integer

0

(This field is deprecated)

SmsSign

Integer

0

(This field is deprecated)

RemainFreeQuota

Integer

1910

Total free amount remaining

Samples

Sample requests

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

Sample success responses

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 a list of error codes, visit the API Error Center.