---
title: "POST /v2/{org_id}/notifications/recipients/{notification_recipient_id}"
method: POST
path: "/v2/{org_id}/notifications/recipients/{notification_recipient_id}"
tags: ["Notifications - By Org"]
---

# POST /v2/{org_id}/notifications/recipients/{notification_recipient_id}

`POST /v2/{org_id}/notifications/recipients/{notification_recipient_id}`

NotificationRecipientDetailView operations.

## Request body

- NotificationRecipient
  - `id` integer
  - `notification_id` integer
  - `user` NotificationUser
    - `id` integer
  - `sms_enabled` boolean
  - `email_enabled` boolean
  - `push_notification_enabled` boolean
  - `sms_to_num` string, nullable
  - `email_address` string, email, nullable
  - `email_unsubscribed` boolean
  - `sms_unsubscribed` boolean
  - `email_unsubscribed_all` string
  - `sms_unsubscribed_all` string

## Response `201`

Created

- OptionalNotificationRecipientSerializer
  - `id` integer
  - `notification_id` integer
  - `user` NotificationUser
    - `id` integer
  - `sms_enabled` boolean
  - `email_enabled` boolean
  - `push_notification_enabled` boolean
  - `sms_to_num` string, nullable
  - `email_address` string, email, nullable
  - `email_unsubscribed` boolean
  - `sms_unsubscribed` boolean
  - `email_unsubscribed_all` string
  - `sms_unsubscribed_all` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.dev/density/apis/your-project-api.md) · [All operations](https://skmtc.dev/density/apis/your-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/density/your-project-api/revisions/eab10fe035e6/schema)
