---
title: "Create task notified users"
method: POST
path: "/v1/TaskNotifiedUsers"
tags: ["TaskNotifiedUsers"]
---

# Create task notified users

`POST /v1/TaskNotifiedUsers`

Create a new task notified users.

## Request body

- RevAppModelsTaskNotifiedUserModel
  - `task_notification_user_id` integer — Primary key for this task notified user.
  - `task_id` integer, required — Foreign key identifier for the task.
  - `user_id` integer, required — Foreign key identifier for the user indicating the notified user on the task.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `201`

Created

- RevWebAPIModelsCreate
  - `ok` boolean
  - `id` integer

## 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)
