---
title: "Send a private message"
method: POST
path: "/inbox/{username}"
tags: ["Messaging"]
---

# Send a private message

`POST /inbox/{username}`

Send a private message to another player.

## Path parameters

- `username` string, required

## Response `200`

The private message has been successfully sent.

- Ok
  - `ok` boolean, required

## Other responses

- `400` — The sending of the private message has failed.

---

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