---
title: "Add a note for a user"
method: POST
path: "/api/user/{username}/note"
tags: ["Users"]
---

# Add a note for a user

`POST /api/user/{username}/note`

Add a private note available only to you about this account.

## Path parameters

- `username` string, required

## Response `200`

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