Collections

Add user project access to collection

Grant user access to projects within a collection

post/collections/user_project_access

Request body

collection_idinteger
user_idinteger
permissions'view' | 'edit' | 'admin'

Single collection ACL role per grant (stored as one value in editor_collection_acl.permissions).

Example request

{
  "permissions": "admin"
}

Response

successful operation

Changes