---
title: "Get all participants of a challenge"
method: GET
path: "/api/v5/challenges/coaching/participants/"
tags: ["Challenges Coaching"]
---

# Get all participants of a challenge

`GET /api/v5/challenges/coaching/participants/`

Get all participants of a challenge

## Query parameters

- `challenge_id` integer, required

## Response `200`

Successful Response

- ListOfChallengeParticipantForCoachInResponse
  - `participants` ChallengeParticipantForCoach[], required
    - `userId` integer, required
    - `username` string
    - `email` string
    - `firstName` string
    - `lastName` string
    - `profilePictureUrl` string
    - `teamName` string, required
    - `teamId` integer, required
    - `approvedUserHabitsCount` integer
    - `totalUserHabitsCount` integer
    - `rank` integer
    - `points` integer

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