---
title: "sendTestEmail user"
method: POST
path: "/ops/users/send-test-email"
tags: ["ops"]
---

# sendTestEmail user

`POST /ops/users/send-test-email`

send a test email to a specified user's email as if it were from a specific seller

## Request body

- SendTestEmailRequestBody
  - `email` string, required
  - `seller_id` string, required

## Response `200`

OK response.

## Other responses

- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden 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/versions/fa134b7fc959/schema)
