# Cyclos411Api.UserContactInfosListData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**canManage** | **Boolean** | Indicates whether the additional contact informations can be managed by the authenticated user  | [optional] 
**canCreate** | **Boolean** | Indicates whether new additional contact informations can be created by the authenticated user  | [optional] 
**maxContactInfos** | **Number** | Indicates the maximum number of additional contact informations the user can have  | [optional] 
**availability** | [**AvailabilityEnum**](AvailabilityEnum.md) | The availability for additional contacts Possible values are: * disabled: The data is disabled * optional: The data is enabled and optional * required: The data is enabled and required  | [optional] 
**customFields** | [**[CustomFieldDetailed]**](CustomFieldDetailed.md) | The list of additional contact informations custom fields | [optional] 
**contactInfos** | [**[ContactInfoResult]**](ContactInfoResult.md) | The additional contact information list | [optional] 


