Updates the identity information for the specified user.
Someone with the ability to invoke UpdateUserIndentityInfo can change
the login credentials of other users by changing their email address.
This poses a security risk to your organization. They can change the
email address of a user to the attacker's email address, and then reset
the password through email. We strongly recommend limiting who has the
ability to invoke UpdateUserIndentityInfo. For more information, see
Best Practices for Security Profiles
in the Amazon Connect Administrator Guide.
connect_update_user_identity_info(IdentityInfo, UserId, InstanceId)An empty list.
[required] The identity information for the user.
[required] The identifier of the user account.
[required] The identifier of the Amazon Connect instance.
svc$update_user_identity_info(
IdentityInfo = list(
FirstName = "string",
LastName = "string",
Email = "string"
),
UserId = "string",
InstanceId = "string"
)