---
title: "Follow a player"
method: POST
path: "/api/rel/follow/{username}"
tags: ["Relations"]
---

# Follow a player

`POST /api/rel/follow/{username}`

Follow a player, adding them to your list of Lichess friends.

## Path parameters

- `username` string, required

## Response `200`

The player was successfully added.

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