Projects Collaborators¶
List All Collaborators¶
GET /api/admin/projects/{project-id}/collaborators
Schema
collaborations
: Arrayid
: Integercollaborator
: Objectid
: Integeremail
: Stringfull_name
: String
View Collaborator¶
GET /api/admin/projects/{project-id}/collaborators/{id}
Schema
collaboration
: Objectid
: Integerproject
: Objectid
: Integername
: String
collaborator
: Objectid
: Integeremail
: Stringfull_name
: String
resource_owner
: Objectid
: Integeremail
: Stringfull_name
: String
Create Collaborator Request¶
POST /api/admin/projects/{project-id}/collaborators
Schema
collaborator
: Objectuser_email
: Stringskip_confirmation
: Boolean
Remove Collaborator¶
DELETE /api/admin/projects/{project-id}/collaborators/{id}
Last update: 2022-05-20