Values_2.UpdateUserIdentityInfoRequestSourceUpdates the identity information for the specified user. We strongly recommend limiting who has the ability to invoke UpdateUserIdentityInfo. Someone with that ability 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. For more information, see Best Practices for Security Profiles in the Amazon Connect Administrator Guide.
type nonrec t = {identityInfo : Values_1.UserIdentityInfo.t;The identity information for the user.
*)userId : Values_0.UserId.t;The identifier of the user account.
*)instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)}val make :
identityInfo:Values_1.UserIdentityInfo.t ->
userId:Values_0.UserId.t ->
instanceId:Values_0.InstanceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.UserId.t
| `Structure of
(string * [> `String of Values_0.AgentFirstName.t ]) list ])
list ]