At this time, the List Users action is only capable of returning up to 50 results.

To learn more, visit the AWS IAM Identity Center documentation.

Parameters

ParameterDescription
FilterValid 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>"

Example Output

{    "totalResults": 2,    "itemsPerPage": 2,    "startIndex": 1,    "schemas": [        "urn:ietf:params:scim:api:messages:2.0:ListResponse"    ],    "Resources": [        {            "id": "90677c608a-7afcdc23-0bd4-4fb7-b2ff-10ccffdff447",            "externalId": "702135",            "meta": {                "resourceType": "User",                "created": "2020-07-22T22:32:58Z",                "lastModified": "2020-07-22T22:32:58Z"            },            "schemas": [                "urn:ietf:params:scim:schemas:core:2.0:User",                "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User"            ],            "userName": "mjack",            "name": {                "familyName": "Mark",                "givenName": "Jackson",                "honorificPrefix": "Mr.",                "honorificSuffix": "I"            },            "displayName": "mjack",            "nickName": "Mark",            "active": false,            "emails": [                {                    "value": "mjack@example.com",                    "type": "work",                    "primary": true                }            ],            "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User": {                "manager": {                    "value": "9067729b3d-ee533c18-538a-4cd3-a572-63fb863ed734"                }            }        },        {            "id": "90677c608a-787142a0-3f27-4cd3-afb6-8aed7ce87094",            "externalId": "705167",            "meta": {                "resourceType": "User",                "created": "2020-07-22T22:34:55Z",                "lastModified": "2020-07-22T22:34:55Z"            },            "schemas": [                "urn:ietf:params:scim:schemas:core:2.0:User",                "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User"            ],            "userName": "druss",            "name": {                "familyName": "Daniel",                "givenName": "Russell",                "honorificPrefix": "Mr.",                "honorificSuffix": "I"            },            "displayName": "danrussell",            "nickName": "Dan",            "active": false,            "emails": [                {                    "value": "druss@example.com",                    "type": "work",                    "primary": true                }            ],            "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User": {                "manager": {                    "value": "9067729b3d-ee533c18-538a-4cd3-a572-63fb863ed734"                }            }        }    ]}

Workflow Library Example

Sync Groups Between Azure Active Directory and Aws Sso

Preview this Workflow on desktop