External DocumentationTo learn more, visit the AWS IAM Identity Center documentation.
Actions
Get User
Gets an existing AWS IAM Identity Center user based on its ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| User ID | The ID of the user. Can be obtained via the ‘List Users’ action. |
{
"id": "<string>",
"meta": {
"resourceType": "<string>",
"created": "2023-05-30T06:09:34Z",
"lastModified": "2023-05-30T06:09:34Z"
},
"schemas": [
"<string>"
],
"userName": "<string>",
"name": {
"familyName": "<string>",
"givenName": "<string>"
},
"displayName": "<string>",
"active": true,
"emails": [
{
"value": "<string>",
"type": "<string>",
"primary": true
}
]
}
Was this page helpful?