Update Global Error Subscribers

Replaces the list of email addresses subscribed to global sync error notifications for the caller's organization.

Authentication

AuthorizationBasic

This is the Polytomic deployment key (on-premises only)

OR
AuthorizationBearer
This is the Polytomic API key

Headers

X-Polytomic-VersionstringRequired

Request

This endpoint expects an object.
emailslist of strings or nullOptional

Email addresses to subscribe to global sync error notifications. Replaces the current subscriber list; pass an empty list to unsubscribe everyone.

Response

OK
emailslist of strings or null
Email addresses subscribed to global sync error notifications for the organization.

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error