---
title: "Add a list of coaches to the specified challenge"
method: POST
path: "/api/v5/admin/coaching/{challenge_id}"
tags: ["Admin Coaching"]
---

# Add a list of coaches to the specified challenge

`POST /api/v5/admin/coaching/{challenge_id}`

Add a list of coaches to the specified challenge

## Path parameters

- `challenge_id` integer, required

## Request body

- BodyCoachingAdminAddCoachesToChallengeApiV5AdminCoachingChallengeIdPost
  - `coaches_ids` integer[], required

## Response `201`

Successful Response

- ListOfChallengeCoachesInResponse
  - `challengeCoaches` ChallengeCoach[], required
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, date-time
    - `id` integer
    - `challengeId` integer, required
    - `coachId` 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)
