github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/GlipPersonInfo.md (about) 1 # GlipPersonInfo 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Id** | **string** | Internal identifier of a user | 7 **FirstName** | **string** | First name of a user | [optional] 8 **LastName** | **string** | Last name of a user | [optional] 9 **Email** | **string** | Email of a user | [optional] 10 **JobTitle** | **string** | Job title of a user | [optional] 11 **Location** | **string** | Location of a user | [optional] 12 **Avatar** | **string** | Photo of a user | [optional] 13 **CompanyId** | **string** | Internal identifier of a company | [optional] 14 **CreationTime** | [**time.Time**](time.Time.md) | Time of creation in ISO 8601 format | [optional] 15 **LastModifiedTime** | [**time.Time**](time.Time.md) | Time of last modification in ISO 8601 format | [optional] 16 17 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 19