---
title: "Send notification report email"
method: POST
path: "/users/notification/report"
tags: ["Identity"]
---

# Send notification report email

`POST /users/notification/report`

Send a notification email for a shared report

## Request body

- NotificationReportRequest
  - `smtp_default` boolean — Use default SMTP config when true
  - `master_account_id` string — Master Account ID for org-level SMTP/template override
  - `report_name` string — Name of the report being shared (used in audit log)
  - `email_details` NotificationReportEmailDetails, required
    - `to` string[], required — List of recipient email addresses
    - `message` string, required — Email body content
    - `subject` string — Email subject line

## Response `200`

Success

- NotificationReportResponse
  - `status` string — Result status
  - `message` string, required — Result message

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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