Amazon Connect · Arazzo Workflow
Amazon Connect Update User Identity Info
Version 1.0.0
Read a user, update their identity information, then re-read to confirm the change.
Provider
Workflows
update-user-identity
Update an agent's identity information and confirm the change.
Confirms a user exists, updates their identity info, and re-reads the user to verify the update.
1
readUser
describeUser
Describe the user to confirm the account exists before editing it.
2
updateIdentity
updateUserIdentityInfo
Update the user's identity information with the supplied name and email.
3
confirmUpdate
describeUser
Re-read the user and confirm the email now matches the supplied value.