Queries delegated administrator accounts.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ServicePrincipal | string | No | The identifier of the trusted service. For more information, see the | cloudfw.aliyuncs.com |
PageNumber | long | No | The number of the page to return. Pages start from page 1. Default value: 1. | 1 |
PageSize | long | No | The number of entries to return on each page. Valid values: 1 to 100. Default value: 10. | 10 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "009C3A02-7D4B-416C-9CE7-548C91508F1E",
"TotalCount": 2,
"PageSize": 10,
"PageNumber": 1,
"Accounts": {
"Account": [
{
"AccountId": "138660628348****",
"DisplayName": "abc",
"JoinMethod": "created",
"ServicePrincipal": "cloudfw.aliyuncs.com",
"DelegationEnabledTime": "1616652684164"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||
---|---|---|---|---|
2023-05-18 | The internal configuration of the API is changed, but the call is not affected | see changesets | ||
|