---
title: "Get all coaches for the specified challenge"
method: GET
path: "/api/v5/admin/coaching/{challenge_id}"
tags: ["Admin Coaching"]
---

# Get all coaches for the specified challenge

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

Get all coaches for the specified challenge

## Path parameters

- `challenge_id` integer, required

## Response `200`

Successful Response

- ListOfFullUserProfilesInResponse
  - `users` FullUser[], required
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, date-time
    - `id` integer
    - `email` string, required
    - `resetPasswordSentAt` string, date-time
    - `signInCount` integer
    - `currentSignInIp` string, ipv4
    - `lastSignInIp` string, ipv4
    - `name` string
    - `age` integer
    - `phone` string
    - `firstName` string
    - `lastName` string
    - `birthDate` string, date
    - `weight` number
    - `weightMeasurementUnit` string
    - `height` number
    - `heightMeasurementUnit` string
    - `emailConfirmed` boolean
    - `role` string
    - `countryCode` string
    - `profilePictureId` integer
    - `profilePictureUrl` string

## 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)
