Learn R Programming

paws.customer.engagement (version 0.1.12)

connect_update_user_identity_info: Updates the identity information for the specified user

Description

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.

Usage

connect_update_user_identity_info(IdentityInfo, UserId, InstanceId)

Value

An empty list.

Arguments

IdentityInfo

[required] The identity information for the user.

UserId

[required] The identifier of the user account.

InstanceId

[required] The identifier of the Amazon Connect instance.

Request syntax

svc$update_user_identity_info(
  IdentityInfo = list(
    FirstName = "string",
    LastName = "string",
    Email = "string"
  ),
  UserId = "string",
  InstanceId = "string"
)