github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/ContactInfoUpdateRequest.md (about) 1 # ContactInfoUpdateRequest 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **FirstName** | **string** | For User extension type only. Extension user first name, | [optional] 7 **LastName** | **string** | For User extension type only. Extension user last name, | [optional] 8 **Company** | **string** | Extension user company name | [optional] 9 **Email** | **string** | Email of extension user | [optional] 10 **BusinessPhone** | **string** | Extension user contact phone number in E.164 format | [optional] 11 **BusinessAddress** | [**ContactAddressInfo**](ContactAddressInfo.md) | | [optional] 12 **EmailAsLoginName** | **bool** | If 'True' then contact email is enabled as login name for this user. Please note that email should be unique in this case. The default value is 'False' | [optional] 13 **PronouncedName** | [**PronouncedNameInfo**](PronouncedNameInfo.md) | | [optional] 14 **Department** | **string** | Extension user department, if any | [optional] 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18