---
title: "Notify mentioned users"
method: POST
path: "/2/drive/{drive_id}/files/{file_id}/notify"
tags: ["Drive > Files > File/Directory"]
---

# Notify mentioned users

`POST /2/drive/{drive_id}/files/{file_id}/notify`

Notify users mentioned in a file (OnlyOffice or native comment)

## Path parameters

- `drive_id` integer, required
- `file_id` integer, required

## Request body

- object
  - `comment` string, required
  - `link_code` string, required
  - `link_type` 'comment' | 'onlyoffice', required
  - `user_ids` integer[], required

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 91ac10ffFeedbackresource[]
    - `id` integer, required — Identifier
    - `result` boolean, required — Result of the asking query
    - `message` string — Message, additional information usually given when the result is false

## Other responses

- `403` — Forbidden
- `503` — Service Unavailable

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
