Queries the list of accounts that are added to the multi-account management feature as members.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|
The current API does not require request parameters
Response parameters
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 code | Error code | Error message | Description |
|---|---|---|---|
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
| 500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2024-10-22 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
