cURL
curl --request POST \ --url https://{instance}.domo.com/api/content/v1/reportschedules/{scheduleId}/notifications/queue \ --header 'Content-Type: application/json' \ --header 'X-DOMO-Developer-Token: <api-key>' \ --data ' [ { "userId": 901234, "displayName": "John Doe", "emailAddress": "john.doe@example.com" } ] '
Documentation IndexFetch the complete documentation index at: https://domoinc-jkreitzman-patch-1.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://domoinc-jkreitzman-patch-1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ID of the schedule
Array of ReportRecipient objects
Accepted