github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/CompanyDirectoryContactInfo.md (about) 1 # CompanyDirectoryContactInfo 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Id** | **string** | Internal identifier of an extension | [optional] 7 **Type** | **string** | Type of an extension | [optional] 8 **Status** | **string** | Status of an extension | [optional] 9 **FirstName** | **string** | User extension first name | [optional] 10 **LastName** | **string** | User extension last name | [optional] 11 **Name** | **string** | Name of an extension | [optional] 12 **Department** | **string** | Department name of an extension | [optional] 13 **Email** | **string** | Email of an extension | [optional] 14 **ExtensionNumber** | **string** | Number of an extension | [optional] 15 **Account** | [**CompanyDirectoryAccountInfo**](CompanyDirectoryAccountInfo.md) | | [optional] 16 **PhoneNumbers** | [**[]CompanyDirectoryPhoneNumberInfo**](CompanyDirectoryPhoneNumberInfo.md) | Extension phone numbers information | [optional] 17 **ProfileImage** | [**CompanyDirectoryProfileImageInfo**](CompanyDirectoryProfileImageInfo.md) | | [optional] 18 19 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 21