Learn R Programming

paws.customer.engagement (version 0.1.6)

connect_update_user_identity_info: Updates the identity information for the specified user

Description

Updates the identity information for the specified user.

Usage

connect_update_user_identity_info(IdentityInfo, UserId, InstanceId)

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"
)