Queries a list of accounts that are enrolled in the account factory.
Try it now
Test
RAM authorization
|
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:
|
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.