# FlatApi.ResourceCollaboratorCreation

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user** | **String** | The unique identifier of a Flat user | [optional] 
**group** | **String** | The unique identifier of a Flat group | [optional] 
**userEmail** | **String** | Fill this field to invite an individual user by email.  | [optional] 
**userToken** | **String** | Token received in an invitation to join the score.  | [optional] 
**aclRead** | **Boolean** | &#x60;True&#x60; if the related user can read the score. (probably true if the user has a permission on the document).  | [optional] [default to true]
**aclWrite** | **Boolean** | &#x60;True&#x60; if the related user can modify the score.  | [optional] [default to false]
**aclAdmin** | **Boolean** | &#x60;True&#x60; if the related user can can manage the current document, i.e. changing the document permissions and deleting the document  | [optional] [default to false]


