---
title: "Send welcome email to user"
method: POST
path: "/api/v1/users/{id}/send_welcome_email"
tags: ["Users"]
---

# Send welcome email to user

`POST /api/v1/users/{id}/send_welcome_email`

Send an email detailing login instructions to the specified user. Note: the provided password is temporary and can only be used once. Upon logging in, the user will be required to set a new password.

## Path parameters

- `id` string, required

## Headers

- `Content-Type` string, required

## Request body

- object
  - `type` string
  - `id` string

## Response `204`

welcome email sent

## Other responses

- `403` — Access Denied - trying to send a welcome email to a user who is ineligible to receive such an email, such as a terminated user.

---

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