---
title: "POST /_twake/private_note"
method: POST
path: "/_twake/private_note"
tags: ["Private Note"]
---

# POST /_twake/private_note

`POST /_twake/private_note`

Create a private note for a target user

## Request body

- CreatePrivateNote
  - `content` string — The private note content
  - `authorId` string — The author user id
  - `targetId` string — The target user id

## Response `201`

Private note created

## Other responses

- `400` — Bad request
- `401` — user is unauthorized
- `500` — Internal error

## Changes

- **2024-01-09** `c7a6d3a400a7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/linagora/apis/twake-on-matrix-apis-documentation/changes/_twake/private_note/post.md)

---

[API](https://skmtc.dev/linagora/apis/twake-on-matrix-apis-documentation.md) · [All operations](https://skmtc.dev/linagora/apis/twake-on-matrix-apis-documentation/llms.txt) · [OpenAPI document](https://skmtc.dev/linagora/apis/twake-on-matrix-apis-documentation/revisions/d60745fb0482?raw)
