---
title: "Create a notified user reference of case"
method: POST
path: "/case/{caseId}/notifiedUser"
tags: ["notifiedUser"]
---

# Create a notified user reference of case

`POST /case/{caseId}/notifiedUser`

## Path parameters

- `caseId` number, required

## Request body

- UserRef
  - `id` string, objectId, required
  - `user` number, required

## Response `201`

Expected response to a valid request

- UserRef
  - `id` string, objectId, required
  - `user` number, required

## Other responses

- `default` — unexpected error

## Changes

> 16 revisions in range; 1 not diffed.

- **2020-01-03** `279cebeb8986` — 1 breaking
  - added required request body
- **2019-10-10** `f16566c7c7ef` — 2 info
  - the response property `id` became required for the status `201`
  - the response property `user` became required for the status `201`

[Change history](https://skmtc.dev/watchdogpolska/apis/small-eod/changes/case/:caseId/notifiedUser/post.md)

---

[API](https://skmtc.dev/watchdogpolska/apis/small-eod.md) · [All operations](https://skmtc.dev/watchdogpolska/apis/small-eod/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchdogpolska/small-eod/revisions/1c5ac40bf412/schema)
