---
title: "Update Global Error Subscribers"
method: PUT
path: "/api/notifications/global-error-subscribers"
tags: ["Notifications"]
---

# Update Global Error Subscribers

`PUT /api/notifications/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.

## Request body

- GlobalErrorSubscribersRequest
  - `emails` string[], nullable — Email addresses to subscribe to global sync error notifications. Replaces the current subscriber list; pass an empty list to unsubscribe everyone.

## Response `200`

OK

- GlobalErrorSubscribersResponse
  - `emails` string[], nullable — Email addresses subscribed to global sync error notifications for the organization.

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/polytomic/apis/polytomic-api.md) · [All operations](https://skmtc.net/polytomic/apis/polytomic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polytomic/polytomic-api/revisions/b509e00e80aa/schema)
