# Cyclos411Api.UserPhonesListData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**canManage** | **Boolean** | Can the authenticated user manage phones of this user? | [optional] 
**canCreateLandLine** | **Boolean** | Can the authenticated user create new land-line phones for this user?  | [optional] 
**canCreateMobile** | **Boolean** | Can the authenticated user create new mobile phones for this user?  | [optional] 
**smsEnabled** | **Boolean** | Indicates whether outbound SMS is enabled in Cyclos | [optional] 
**canVerify** | **Boolean** | Can the authenticated user verify mobile phones of this user?  | [optional] 
**canEnableForSms** | **Boolean** | Can the authenticated user enable / disable mobile phones of this user to send / receive SMS?  | [optional] 
**maxMobilePhones** | **Number** | Indicates the maximum number of mobile phones this user can have. Is only returned when &#x60;canManage&#x60; is &#x60;true&#x60;.  | [optional] 
**maxLandLinePhones** | **Number** | Indicates the maximum number of land line (fixed) phones this user can have. Is only returned when &#x60;canManage&#x60; is &#x60;true&#x60;.  | [optional] 
**landLineAvailability** | [**AvailabilityEnum**](AvailabilityEnum.md) | The availability for land-line phones Possible values are: * disabled: The data is disabled * optional: The data is enabled and optional * required: The data is enabled and required  | [optional] 
**mobileAvailability** | [**AvailabilityEnum**](AvailabilityEnum.md) | The availability for mobile phones Possible values are: * disabled: The data is disabled * optional: The data is enabled and optional * required: The data is enabled and required  | [optional] 
**phones** | [**[PhoneResult]**](PhoneResult.md) | The list of (visible) phones | [optional] 


