---
title: "Create a participant in challenge team"
method: POST
path: "/api/v5/challenges/coaching/participants"
tags: ["Challenges Coaching"]
---

# Create a participant in challenge team

`POST /api/v5/challenges/coaching/participants`

Create a participant in challenge team

## Request body

- BodyCoachingCreateParticipantApiV5ChallengesCoachingParticipantsPost
  - `challenge_team_user` ChallengeTeamUserInCreate, required
    - `challengeTeamId` integer, required
    - `userId` integer, required

## Response `201`

Successful Response

- ChallengeTeamUserInResponse
  - `challengeTeamUser` ChallengeTeamUser, required
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, date-time
    - `id` integer
    - `challengeTeamId` integer, required
    - `userId` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pavlok/apis/pavlok-api-v5.md) · [All operations](https://skmtc.net/pavlok/apis/pavlok-api-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pavlok/pavlok-api-v5/versions/3d192098b1ac/schema)
