All Products
Search
Document Center

Direct Mail:DescAccountSummary

Last Updated:Jan 07, 2026

Retrieves account information.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

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.

  1. backup: A backup IP channel that is not actively maintained. Customers using this channel are advised to purchase a dedicated IP for better stability.

  2. normal: A normal IP channel that is continuously maintained by the email delivery team to ensure stable and reliable service.

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.