v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
NG Reports (Scheduled)

Add Recipients to Report

Adds a list of recipient emails to the specified report.

put/ng-reports/scheduled/{reportId}/recipients

Path parameters

reportIdinteger required

The report ID

Request body

emailstring

The recipient email address

notifier_idinteger

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

OK