At this time, the List Users action is only capable of returning up to 50 results.
External DocumentationTo learn more, visit the AWS IAM Identity Center documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Filter | Valid filter string. Supported filter combinations: (userName), (externalId), (id and manager), (manager and id). Note that the use of id as an individual filter, though valid, should be avoided as a Get User action is already available.Supported comparison operator in filters: eqFilter must be specified as: <filterAttribute> eq "<filterValue>" |
{
"totalResults": 6,
"itemsPerPage": 0,
"startIndex": 2,
"schemas": [
"<string>"
],
"Resources": [
{
"id": "<string>",
"meta": {
"resourceType": "<string>",
"created": "<string>",
"lastModified": "<string>"
},
"schemas": [
"<string>"
],
"userName": "<string>",
"name": {
"familyName": "<string>",
"givenName": "<string>"
},
"displayName": "<string>",
"active": true,
"emails": [
{
"value": "<string>",
"type": "<string>",
"primary": true
}
]
},
{
"id": "<string>",
"meta": {
"resourceType": "<string>",
"created": "<string>",
"lastModified": "<string>"
},
"schemas": [
"<string>"
],
"userName": "<string>",
"name": {
"familyName": "<string>",
"givenName": "<string>"
},
"displayName": "<string>",
"active": true,
"emails": [
{
"value": "<string>",
"type": "<string>",
"primary": true
}
]
}
]
}
Was this page helpful?