---
title: "Join a team"
method: POST
path: "/team/{teamId}/join"
tags: ["Teams"]
---

# Join a team

`POST /team/{teamId}/join`

Join a team.
If the team requires a password but the `password` field is incorrect,
then the call fails with `403 Forbidden`.
Similarly, if the team join policy requires a confirmation but the
`message` parameter is not given, then the call fails with
`403 Forbidden`.

## Path parameters

- `teamId` string, required

## Response `200`

The request to join a team was successfully sent.

- Ok
  - `ok` boolean, required

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
