Returns a paginated list of application accounts.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:ListApplicationAccounts |
list |
*ApplicationAccount
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
eiam-111ccc1111 |
| PageNumber |
integer |
No |
The page number. |
1 |
| PageSize |
integer |
No |
The number of entries per page. |
20 |
| ApplicationId |
string |
Yes |
The application ID. |
app_11111 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| TotalCount |
integer |
The total number of entries. |
100 |
| ApplicationAccounts |
array<object> |
The list of account information. |
|
|
object |
The list of account information. |
||
| InstanceId |
string |
The ID of the IDaaS EIAM instance. |
idaas_eznwtkkaucljizh6qqu7ptxxxx |
| ApplicationId |
string |
The application ID. |
app_m43o4h5adeo5klvbbxgxxxxx |
| ApplicationAccountId |
string |
The application account ID. |
aac_m66smhbq5krept7nza54hxxxx |
| UserId |
string |
The user ID. |
user_tkmboufpnvpbitdpzrlngxzxxxx |
| ApplicationUsername |
string |
The name of the application account. |
test |
| CreateTime |
integer |
The time when the account was created. |
1737510353000 |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"TotalCount": 100,
"ApplicationAccounts": [
{
"InstanceId": "idaas_eznwtkkaucljizh6qqu7ptxxxx",
"ApplicationId": "app_m43o4h5adeo5klvbbxgxxxxx",
"ApplicationAccountId": "aac_m66smhbq5krept7nza54hxxxx",
"UserId": "user_tkmboufpnvpbitdpzrlngxzxxxx",
"ApplicationUsername": "test",
"CreateTime": 1737510353000
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.