powered by
Updates the identity information for the specified user.
connect_update_user_identity_info(IdentityInfo, UserId, InstanceId)
[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" )