github.com/grokify/go-ringcentral-client@v0.3.31/engagedigital/v1/client/docs/Identity.md (about) 1 # Identity 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AvatarUrl** | **string** | | [optional] 8 **CommunityId** | **string** | | [optional] 9 **CommunityUrl** | **string** | | [optional] 10 **Company** | **string** | | [optional] 11 **CreatedAt** | [**time.Time**](time.Time.md) | | [optional] 12 **DisplayName** | **string** | | [optional] 13 **Email** | **string** | | [optional] 14 **ExtraValues** | [**map[string]interface{}**](.md) | | [optional] 15 **Firstname** | **string** | | [optional] 16 **ForeignId** | **string** | | [optional] 17 **Gender** | **string** | | [optional] 18 **HomePhone** | **string** | | [optional] 19 **Id** | **string** | | [optional] 20 **IdentityGroupId** | **string** | The identity group id references the identity group that contains all informations (phone, notes, etc.). Many identities may belong to this group. If the identity group id is null, it means that identity does not have a group and any extra information. Please refer to identity groups API for more informations. | [optional] 21 **Lastname** | **string** | | [optional] 22 **MobilePhone** | **string** | | [optional] 23 **Screenname** | **string** | | [optional] 24 **Type** | **string** | | [optional] 25 **UpdatedAt** | [**time.Time**](time.Time.md) | | [optional] 26 **UserIds** | **[]string** | | [optional] 27 **Uuid** | **string** | | [optional] 28 29 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 30 31