cURL
curl --request POST \ --url https://api.projectcor.com/v1/projects/{project_id}/collaborators \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data usersIds=123
{ "message": "Collaborators added successfully" }
Add individual collaborators to project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Array of user IDs to add as collaborators
Collaborators added successfully
"Collaborators added successfully"
Was this page helpful?
Suggestions
Contact support