github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/UserInfo.md (about)

     1  # UserInfo
     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 | [optional] 
     9  **ExternalId** | **string** | External identifier of a user | [optional] 
    10  **Id** | **string** | Internal identifier of a user | [optional] 
    11  **Name** | [**NameInfo**](NameInfo.md) |  | [optional] 
    12  **PhoneNumbers** | [**[]PhoneNumberInfoRequest**](PhoneNumberInfoRequest.md) | User phone numbers | [optional] 
    13  **Photos** | [**[]PhotoInfo**](PhotoInfo.md) |  | [optional] 
    14  **Schemas** | **[]string** | Specification links | [optional] 
    15  **Urnietfparamsscimschemasextensionenterprise20User** | [**EnterpriseUser**](EnterpriseUser.md) |  | [optional] 
    16  **UserName** | **string** | User mailbox. Must be same as work type email address | [optional] 
    17  **Meta** | [**MetaInfo**](MetaInfo.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