Update Global Error Subscribers
Replaces the list of email addresses subscribed to global sync error notifications for the caller's organization.
This is a **full replacement** — the request body becomes the complete
subscriber list. To add or remove a single address without affecting others,
fetch the current list with
[`GET /api/notifications/global-error-subscribers`](../../../api-reference/notifications/get-global-error-subscribers), apply your change,
and send the modified list back.
Authentication
AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic
Basic organization-scoped API key
Headers
X-Polytomic-Version
Request
This endpoint expects an object.
emails
Email addresses to subscribe to global sync error notifications. Replaces the current subscriber list; pass an empty list to unsubscribe everyone.
Response
OK
emails
Email addresses subscribed to global sync error notifications for the organization.
Errors
400
Bad Request Error
500
Internal Server Error
