External DocumentationTo learn more, visit the AWS IAM Identity Center documentation.
Actions
Create User
Create a user in AWS IAM Identity Center.

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 |
|---|---|
| Display Name | The display name of the user. |
| Family Name | The family name of the user. |
| Given Name | The given name of the user. |
| Primary Email | The primary email of the user. Must be unique among all users. |
| Username | The user name of the user. Can contain letters, accented characters, symbols, numbers, punctuation. |
| Parameter | Description |
|---|---|
| Active | Whether the user is active or not. |
{
"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?