All Products
Search
Document Center

Security Center:DescribeMonitorAccounts

Last Updated:Nov 07, 2025

Queries the list of accounts that are added to the multi-account management feature as members.

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
yundun-sas:DescribeMonitorAccountsget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

028CF634-5268-5660-9575-48C9ED6BF880
AccountIdsarray

The IDs of the members.

AccountIdstring

The ID of the member.

179787636344****
AccountIdInfosarray<object>

List of member account information.

AccountIdInfosobject
AccountIdstring

The Alibaba Cloud account ID of the member.

119593010538****
OperatorUidstring

The account ID of the operator.

106635707417****
AddTimelong

The time when it was added to the control list, in timestamp format with second precision.

1760520684000
SasVersionstring

The purchased version of Cloud Security Center. Values:

  • 0 or 1: Free Edition
  • 2 or 3: Enterprise Edition
  • 5: Advanced Edition
  • 6: Anti-Virus Edition
  • 7: Flagship Edition
7
PostBasicServiceinteger

Basic service switch. Values:

  • 0: Off
  • 1: On
1

Examples

Sample success responses

JSONformat

{
  "RequestId": "028CF634-5268-5660-9575-48C9ED6BF880",
  "AccountIds": [
    "179787636344****"
  ],
  "AccountIdInfos": [
    {
      "AccountId": "119593010538****",
      "OperatorUid": "106635707417****",
      "AddTime": 1760520684000,
      "SasVersion": 7,
      "PostBasicService": 1
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

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

Change history

Change timeSummary of changesOperation
2024-10-22The internal configuration of the API is changed, but the call is not affectedView Change Details