v49

OpenAPI 3.1.1raw.githubusercontent.com2026-04-2200132.4 KB
project

Add a participant to the project

post/api/v1/project/{id}/participants

Path parameters

idinteger required

Project ID

Request body

user_idinteger required

Response

Participant

Example response

{
  "participant": {
    "first_name": "Test",
    "last_name": "Testov",
    "avatar": "https://test.io/my_face.png"
  }
}