Skip to main content
GET
/
projects
/
{project_id}
/
collaborators
Get project collaborators
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
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
integer
required

Response

List of project collaborators

id
integer

User ID

first_name
string

User first name

last_name
string

User last name

picture
string | null

Profile picture filename or URL

remaining_hours
number

Remaining hours for the project