---
title: "notifyUsersByEmailOps user"
method: POST
path: "/ops/users/notify"
tags: ["ops"]
---

# notifyUsersByEmailOps user

`POST /ops/users/notify`

sends a notification by email to a list of users

## Request body

- NotifyUsersByEmailPayload
  - `email_list` string[], required — The list of emails to send the email to
  - `language` 'de' | 'en' | 'nl', required
  - `template_name` string, required — the corresponding template name on SendGrid

## Response `200`

OK response.

- NotifyUsersByEmailResult
  - `failed_count` integer, required — Number of failed email deliveries.
  - `failed_emails` string[], required — List of email addresses that failed to send.
  - `succeeded_count` integer, required — Number of successfully sent emails.
  - `total_count` integer, required — Total number of emails attempted to send.

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `503` — ServiceUnavailable: Service Unavailable response.

---

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