v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
projects

List project collaborators

List Project collaborators and invited users

get/account/projects/{project_id}/collaborators

Path parameters

project_idinteger required

Project unique identifier

Response

OK. List of Collaborators

statusstring required

Status of collaborator invitation

role_namestring required

Collaborator role

user_idinteger required

Collaborator id

namestring required

Collaborator name

Example response

[
  {
    "status": "invited",
    "role_name": "Owner",
    "user_id": 1,
    "name": "name"
  }
]