AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Contains information about the identity of a user.
For Amazon Connect instances that are created with the
The EXISTING_DIRECTORY
identity
management type, FirstName
, LastName
, and Email
cannot be updated
from within Amazon Connect because they are managed by the directory.
FirstName
and LastName
length constraints below apply only to instances
using SAML for identity management. If you are using Amazon Connect for identity management,
the length constraints are 1-255 for FirstName
, and 1-256 for LastName
.
Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z
public class UserIdentityInfo
The UserIdentityInfo type exposes the following members
Name | Description | |
---|---|---|
UserIdentityInfo() |
Name | Type | Description | |
---|---|---|---|
System.String |
Gets and sets the property Email. The email address. If you are using SAML for identity management and include this parameter, an error is returned. |
||
FirstName | System.String |
Gets and sets the property FirstName. The first name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted. |
|
LastName | System.String |
Gets and sets the property LastName. The last name. This is required if you are using Amazon Connect or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted. |
|
Mobile | System.String |
Gets and sets the property Mobile. The user's mobile number. |
|
SecondaryEmail | System.String |
Gets and sets the property SecondaryEmail. The user's secondary email address. If you provide a secondary email, the user receives email notifications - other than password reset notifications - to this email address instead of to their primary email address.
Pattern: |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5