projects

Get Collaborator Roles

List the collaborator roles that can be assigned on a project.

get/public/v2/collaborator_roles

Response

Successful Response

name'owner' | 'editor' | 'annotator' | 'viewer' required
display_namestring required
descriptionstring required

Example response

[
  {
    "display_name": "Owner",
    "description": "Can do anything with the resource."
  }
]

Changes

Changed in 1 of the 15 revisions of this API.1