

# EntityDisplayData
<a name="API_EntityDisplayData"></a>

Information about the user entity.

## Contents
<a name="API_EntityDisplayData_Contents"></a>

 ** FirstName **   <a name="kendra-Type-EntityDisplayData-FirstName"></a>
The first name of the user.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[\S\s]*$`   
Required: No

 ** GroupName **   <a name="kendra-Type-EntityDisplayData-GroupName"></a>
The name of the group.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[\S\s]*$`   
Required: No

 ** IdentifiedUserName **   <a name="kendra-Type-EntityDisplayData-IdentifiedUserName"></a>
The user name of the user.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[\S\s]*$`   
Required: No

 ** LastName **   <a name="kendra-Type-EntityDisplayData-LastName"></a>
The last name of the user.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[\S\s]*$`   
Required: No

 ** UserName **   <a name="kendra-Type-EntityDisplayData-UserName"></a>
The name of the user.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[\S\s]*$`   
Required: No

## See Also
<a name="API_EntityDisplayData_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/kendra-2019-02-03/EntityDisplayData) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/kendra-2019-02-03/EntityDisplayData) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/kendra-2019-02-03/EntityDisplayData) 