---
title: "Resend welcome email to specific user"
method: POST
path: "/email/welcome/{username}"
tags: ["Email"]
---

# Resend welcome email to specific user

`POST /email/welcome/{username}`

Send a welcome email to a user. The contents of the welcome email can be set by [PATCH /accounts](#operation/updateAccount).

## Path parameters

- `username` string, required

## Headers

- `ev-api-key` string, required
- `ev-access-token` string, required

## Response `201`

Successful operation

- EmptyResponse
  - `responseStatus` integer — Http status code of the response.
  - `data` string[]

---

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