All Products
Search
Document Center

Resource Access Management:GetAccountSummary

Last Updated:Mar 11, 2025

Queries the overview information about an Alibaba Cloud account.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ram:GetAccountSummaryget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

81313F5E-3C85-478F-BCC9-E1B70E4556DB
SummaryMapobject

The overview information about the Alibaba Cloud account.

MFADevicesinteger

The number of virtual multi-factor authentication (MFA) devices.

13
AccessKeysPerUserQuotainteger

The maximum number of AccessKey pairs that a Resource Access Management (RAM) user can have.

2
AttachedPoliciesPerGroupQuotainteger

The maximum number of custom policies that can be added to a RAM user group.

5
AttachedSystemPoliciesPerRoleQuotainteger

The maximum number of system policies that can be added to a RAM role.

20
AttachedPoliciesPerRoleQuotainteger

The maximum number of custom policies that can be added to a RAM role.

5
GroupsPerUserQuotainteger

The maximum number of RAM user groups to which a RAM user can be added.

5
Rolesinteger

The number of RAM roles.

19
PolicySizeQuotainteger

The maximum length of the policy content.

2048
AttachedSystemPoliciesPerGroupQuotainteger

The maximum number of system policies that can be added to a RAM user group.

20
AttachedSystemPoliciesPerUserQuotainteger

The maximum number of system policies that can be added to a RAM user.

20
AttachedPoliciesPerUserQuotainteger

The maximum number of custom policies that can be added to a RAM user.

10
GroupsQuotainteger

The maximum number of RAM user groups that can be created.

50
Groupsinteger

The number of RAM user groups.

7
PoliciesQuotainteger

The maximum number of custom policies that can be created.

1500
VirtualMFADevicesQuotainteger

The maximum number of virtual MFA devices that can be created.

1000
VersionsPerPolicyQuotainteger

The maximum number of policy versions.

5
RolesQuotainteger

The maximum number of RAM roles that can be created.

1000
UsersQuotainteger

The maximum number of RAM users that can be created.

1000
Policiesinteger

The number of custom policies.

13
Usersinteger

The number of RAM users.

9
MFADevicesInUseinteger

The number of virtual MFA devices in use.

2
IPItemsPerAKPolicyQuotainteger

The total number of IP addresses that can be configured in a network access control policy of an account or AccessKey pair.

50
ConditionsPerAKPolicyQuotainteger

The number of network access control policies that can be configured for an account or AccessKey pair.

8

Examples

Sample success responses

JSONformat

{
  "RequestId": "81313F5E-3C85-478F-BCC9-E1B70E4556DB",
  "SummaryMap": {
    "MFADevices": 13,
    "AccessKeysPerUserQuota": 2,
    "AttachedPoliciesPerGroupQuota": 5,
    "AttachedSystemPoliciesPerRoleQuota": 20,
    "AttachedPoliciesPerRoleQuota": 5,
    "GroupsPerUserQuota": 5,
    "Roles": 19,
    "PolicySizeQuota": 2048,
    "AttachedSystemPoliciesPerGroupQuota": 20,
    "AttachedSystemPoliciesPerUserQuota": 20,
    "AttachedPoliciesPerUserQuota": 10,
    "GroupsQuota": 50,
    "Groups": 7,
    "PoliciesQuota": 1500,
    "VirtualMFADevicesQuota": 1000,
    "VersionsPerPolicyQuota": 5,
    "RolesQuota": 1000,
    "UsersQuota": 1000,
    "Policies": 13,
    "Users": 9,
    "MFADevicesInUse": 2,
    "IPItemsPerAKPolicyQuota": 50,
    "ConditionsPerAKPolicyQuota": 8
  }
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-12-19The response structure of the API has changedView Change Details
2024-08-14API Description UpdateView Change Details