Skip to main content
To learn more, visit the AWS IAM Identity Center documentation.

Parameters

ParameterDescription
User IDThe ID of the user. Can be obtained via the ‘List Users’ action.

Example Output

{    "id": "9067729b3d-ee533c18-538a-4cd3-a572-63fb863ed734",    "externalId": "1",    "meta": {        "resourceType": "User",        "created": "2020-03-30T16:55:15Z",        "lastModified": "2020-03-30T16:55:15Z"    },    "schemas": [        "urn:ietf:params:scim:schemas:core:2.0:User"    ],    "userName": "johndoe",    "name": {        "familyName": "Doe",        "givenName": "John"    },    "displayName": "John Doe",    "active": false,    "emails": [        {            "value": "johndoe@example.com",            "type": "work",            "primary": true        }    ]}

Workflow Library Example

Get User with Aws Iam Identity Center and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop