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

# Create challenge team

`POST /api/v5/challenges/coaching/teams`

Create challenge team

## Request body

- BodyCoachingCreateChallengeTeamApiV5ChallengesCoachingTeamsPost
  - `challenge_team` ChallengeTeamInCreate, required
    - `challengeId` integer, required
    - `name` string, required
    - `chatGroupLink` string

## Response `201`

Successful Response

- ChallengeTeamInResponse
  - `team` ChallengeTeam, required
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, date-time
    - `id` integer
    - `challengeId` integer, required
    - `name` string, required
    - `chatGroupLink` 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/revisions/3d192098b1ac/schema)
