---
title: "Creates a participant in a leaderboard."
method: POST
path: "/leaderboard/{leaderboardId}/participants"
tags: ["Leaderboard"]
---

# Creates a participant in a leaderboard.

`POST /leaderboard/{leaderboardId}/participants`

## Path parameters

- `leaderboardId` string, required

## Request body

- CreateLeaderboardParticipantEndpointInput
  - `name` string, required — The name of the participant.

## Response `200`

OK

- CreateLeaderboardParticipantEndpointOutput
  - `participantId` string, required — The id of the created participant.
  - `datasetId` string, required — The id of the participant's dataset.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/revisions/5f993bd211f5/schema)
