Create a user in AWS IAM Identity Center.

External Documentation

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

Basic Parameters

ParameterDescription
Display NameThe display name of the user.
Family NameThe family name of the user.
Given NameThe given name of the user.
Primary EmailThe primary email of the user. Must be unique among all users.
UsernameThe user name of the user. Can contain letters, accented characters, symbols, numbers, punctuation.

Advanced Parameters

ParameterDescription
ActiveWhether the user is active or not.

Example Output

{
	"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
		}
	]
}

Workflow Library Example

Create User with Aws Iam Identity Center and Send Results Via Email

Preview this Workflow on desktop