---
title: "Lock Note"
method: POST
path: "/team-messaging/v1/notes/{noteId}/lock"
tags: ["Notes"]
---

# Lock Note

`POST /team-messaging/v1/notes/{noteId}/lock`

Locks a note providing the user with the unique write access for 5 hours.

## Path parameters

- `noteId` string, required

## Response `204`

No Content

## Other responses

- `400` — Note is locked by another user
- `403` — You have no permissions to lock the note
- `404` — Note is not found

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/versions/8d602198ec97/schema)
