All Products
Search
Document Center

Cloud Governance Center:ListEnrolledAccounts

Last Updated:Mar 30, 2026

Queries a list of accounts that are enrolled in the account factory.

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

governance:ListEnrolledAccounts

list

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

NextToken

string

No

The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request.

AAAAALHWGpGoYCcYMxiFfmlhvh62Xr2DzYbz/SAfc*****

MaxResults

integer

No

The maximum number of entries per page.

Valid values: 1 to 100. Default value: 10.

10

RegionId

string

No

The region ID.

cn-hangzhou

Response elements

Element

Type

Description

Example

object

The response parameters.

EnrolledAccounts

array<object>

The enrolled accounts.

object

The account.

AccountUid

integer

The ID of the account.

19534534552*****

BaselineId

string

The ID of the baseline that is applied.

afb-bp1durvn3lgqe28v****

CreateTime

string

The creation time.

2021-11-01T02:38:27Z

DisplayName

string

The display name of the account.

TestAccount

FolderId

string

The ID of the parent folder.

fd-5ESoku****

PayerAccountUid

integer

The ID of the billing account.

13161210500*****

Status

string

The enrollment status. Valid values:

  • Pending: The account is waiting to be enrolled.

  • Running: The account is being enrolled.

  • Finished: The account is enrolled.

  • Failed: The account failed to be enrolled.

  • Scheduling: The account is being scheduled.

  • ScheduleFailed: The account failed to be scheduled.

Running

UpdateTime

string

The update time.

2021-11-01T02:38:27Z

NextToken

string

The pagination token that is used in the next request to retrieve a new page of results.

AAAAALHWGpGoYCcYMxiFfmlhvh62Xr2DzYbz/SAfc*****

RequestId

string

The request ID.

768F908D-A66A-5A5D-816C-20C93CBBFEE3

Examples

Success response

JSON format

{
  "EnrolledAccounts": [
    {
      "AccountUid": 0,
      "BaselineId": "afb-bp1durvn3lgqe28v****",
      "CreateTime": "2021-11-01T02:38:27Z",
      "DisplayName": "TestAccount",
      "FolderId": "fd-5ESoku****",
      "PayerAccountUid": 0,
      "Status": "Running",
      "UpdateTime": "2021-11-01T02:38:27Z"
    }
  ],
  "NextToken": "AAAAALHWGpGoYCcYMxiFfmlhvh62Xr2DzYbz/SAfc*****",
  "RequestId": "768F908D-A66A-5A5D-816C-20C93CBBFEE3"
}

Error codes

HTTP status code

Error code

Error message

Description

400 InvalidParameter The specified parameter %s is not valid. The specified parameter %s is invalid.
500 InternalError A system error occurred. A system error occurred.
404 InvalidUser.NotFound The specified user does not exist. The user does not exist.
404 InvalidEnterpriseRealName.NotFound The specified account has not passed enterprise real name verification. Please complete the verification for the account first. The specified account has not passed enterprise real-name verification. Please complete the verification for the account first.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.