cURL
curl --request GET \ --url https://api.projectcor.com/v1/projects/{project_id}/collaborators \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "first_name": "<string>", "last_name": "<string>", "picture": "<string>", "remaining_hours": 123 } ]
Get users and teams collaborators from project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of project collaborators
User ID
User first name
User last name
Profile picture filename or URL
Remaining hours for the project
Was this page helpful?
Suggestions
Contact support