missing_admin_notification_recipients
missing_admin_notification_recipients
Description
The emailing service has no admin notification recipients configured.
HTTP Status
400 Bad Request
doc_url Format
The doc_url value is an absolute URL and changes by environment:
<docs-base-url>/errors/missing_admin_notification_recipients
Typical Causes
- The admin notification recipient list is empty in the environment config.
Example
Response:
json
{
"errors": [
{
"code": "missing_admin_notification_recipients",
"message": "Admin notification recipients are not configured.",
"doc_url": "https://docs.example.com/errors/missing_admin_notification_recipients"
}
]
}How To Fix
- Configure at least one admin notification recipient.
- Restart or redeploy the service.