All Products
Search
Document Center

Security Center:DescribeMonitorAccounts

Last Updated:Jan 14, 2026

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

There is currently no authorization information disclosed in the API.

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