Create Notification Group
POST/api/notification-groups/create
Tier: Public — stable, supported for third-party integration.
Creates a notification group. NotificationGroupCreateDto.OrganizationId is
overwritten with the caller's organisation. Members are inserted via the
InsertPersonNotificationGroups stored procedure.
Request
Responses
- 200
- 400
The created group. See ReportSchedule.NotificationGroupSummaryDto.
The insert failed (e.g. an unknown target-user id) — no dedicated field validation is currently performed on this action.