groupAlerts
Add group alert to user
Adds a group alert notification to the specified user and returns the updated user details. Use this endpoint to configure which group change events a user receives alerts for.
Add group alert to user
Submits a request to add a group alert notification to the specified user. Returns the updated user details on success.
Remove group notification from user
Removes the specified group alert notification from a user. Provide the UserName and the alert Id to identify which notification to remove.
Remove group notification from user
Submits a request to remove the specified group alert notification from a user. Provide the UserName and alert Id in the request body to identify which notification to remove.
Update group notification for user
Updates the settings for an existing group alert notification assigned to a user. Returns 204 No Content on success.
Update group notification for user
Submits updated settings for an existing group alert notification assigned to a user. Returns 204 No Content on success.
Get notifications for group
Returns all configured alert notifications for the specified group. Use this endpoint to review which users and notification channels are set up for a group.
Get notifications for group
Submits a request to retrieve all configured alert notifications for the specified group. Returns a list of GroupAlert objects.