Update recipients for email notifications of an event in bulk.
Only recipients included in this call receive email notificaitons. A recipient who was previously receiving notifications but was not included in this call is removed from the list of recipients receiving notifications.
Note: PUT calls update data entirely. Any data not mentioned in the call, will be deleted.
required | Configurable Events (string) or Unconfigurable Events (string) (All Events) Event type |
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
{- "organizationId": 17,
- "groupIds": [
- 32
], - "notificationRecipients": [
- "email@email.com"
]
}
{- "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37"
}