---
title: "Add Recipients to Report"
method: PUT
path: "/ng-reports/scheduled/{reportId}/recipients"
tags: ["NG Reports (Scheduled)"]
---

# Add Recipients to Report

`PUT /ng-reports/scheduled/{reportId}/recipients`

Adds a list of recipient emails to the specified report.

## Path parameters

- `reportId` integer, required

## Request body

- XiqRecipientCnsInfo[]
  - `email` string — The recipient email address
  - `notifier_id` integer — Unique identifier generated by CNS(Common Notification Service) for an email recipient. When a recipient is subscribed to a report, the UI verifies the email with CNS. If the recipient does not exist, CNS creates a new entry and generates this Notifier ID, which is required by the Report Service for validation. This field is mandatory to prevent non-verified or non-existent email addresses from being subscribed via xAPI. The Notifier ID for an email can be found in the CNS Swagger. Refer to the CNS Swagger UI for the applicable environment: https://<cns-url>/notification/swagger-ui/index.html#/ example(non-prod) - https://g2-eu-cns.qa.xcloudiq.com/notification/swagger-ui/index.html#/

## Response `200`

OK

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
