GET /api/projects/{project-id}/collaborators
OAuth AuthorizationRequired: projects_read
SCHEMA
collaborations
: Array
id
: Integercollaborator
: Object
id
: Integeremail
: Stringfull_name
: StringGET /api/projects/{project-id}/collaborators/{id}
OAuth AuthorizationRequired: projects_read
SCHEMA
collaboration
: Object
id
: Integerproject
: Object
id
: Integername
: Stringcollaborator
: Object
id
: Integeremail
: Stringfull_name
: Stringresource_owner
: Object
id
: Integeremail
: Stringfull_name
: StringPOST /api/projects/{project-id}/collaborators
OAuth AuthorizationRequired: projects_write
SCHEMA
collaborator
: Object
user_email
: StringDELETE /api/projects/{project-id}/collaborators/{id}
OAuth AuthorizationRequired: projects_write