| 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 | bool | `True` if the related user can read the score. (probably true if the user has a permission on the document). | [optional] [default to true] |
| aclWrite | bool | `True` if the related user can modify the score. | [optional] [default to false] |
| aclAdmin | bool | `True` if the related user can can manage the current document, i.e. changing the document permissions and deleting the document | [optional] [default to false] |