---
title: "Replace task notified users on the task"
method: PUT
path: "/v1/TaskNotifiedUsers"
tags: ["TaskNotifiedUsers"]
---

# Replace task notified users on the task

`PUT /v1/TaskNotifiedUsers`

Replace task notified users on the task

## Request body

- RevAppUpdateModelsTaskNotifiedUsersUpdate
  - `task_id` integer, required — Identifier for the task
  - `user_id` integer[], required — Identifier for the user indicating the notified user on the task.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `200`

OK

- RevWebAPIModelsSuccess
  - `ok` boolean

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
