---
title: "Add a participant to the project"
method: POST
path: "/api/v1/project/{id}/participants"
tags: ["project"]
---

# Add a participant to the project

`POST /api/v1/project/{id}/participants`

## Path parameters

- `id` integer, required

## Request body

- object
  - `user_id` integer, required

## Response `201`

Participant

- object
  - `participant` Participant, required
    - `id` integer, required
    - `first_name` string
    - `last_name` string
    - `permissions` string[], required
    - `avatar` string

## Other responses

- `400` — Something went wrong on client side
- `403` — Access token is missing or invalid
- `404` — The specified resource was not found
- `500` — Something went wrong on server side

---

[API](https://skmtc.net/tonkeeper/apis/rest-api-to-ton-console.md) · [All operations](https://skmtc.net/tonkeeper/apis/rest-api-to-ton-console/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonkeeper/rest-api-to-ton-console/versions/bffcc11719d3/schema)
