github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/UserUpdateRequest.md (about) 1 # UserUpdateRequest 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Active** | **bool** | Status of a user | [optional] [default to false] 7 **Addresses** | [**[]AddressInfo**](AddressInfo.md) | User addresses | [optional] 8 **Emails** | [**[]EmailInfo**](EmailInfo.md) | User email addresses | 9 **ExternalId** | **string** | External identifier of a user | [optional] 10 **Id** | **string** | Internal identifier of a user | [optional] 11 **Name** | [**NameInfo**](NameInfo.md) | | 12 **PhoneNumbers** | [**[]PhoneNumberInfoRequest**](PhoneNumberInfoRequest.md) | User phone numbers | [optional] 13 **Photos** | [**[]PhotoInfo**](PhotoInfo.md) | | [optional] 14 **Schemas** | **[]string** | Specification links | 15 **Urnietfparamsscimschemasextensionenterprise20User** | [**EnterpriseUser**](EnterpriseUser.md) | | [optional] 16 **UserName** | **string** | User mailbox. Must be same as work type email address | 17 18 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 19 20