Module Values_2.UpdateUserIdentityInfoRequestSource

Updates 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.

Sourcetype nonrec t = {
  1. identityInfo : Values_1.UserIdentityInfo.t;
    (*

    The identity information for the user.

    *)
  2. userId : Values_0.UserId.t;
    (*

    The identifier of the user account.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : identityInfo:Values_1.UserIdentityInfo.t -> userId:Values_0.UserId.t -> instanceId:Values_0.InstanceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.UserId.t | `Structure of (string * [> `String of Values_0.AgentFirstName.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t