---
title: "Send an activation email to a user"
method: POST
path: "/users/{id}/activation-email"
tags: ["users"]
deprecated: true
---

# Send an activation email to a user

`POST /users/{id}/activation-email`

> **Deprecated.**

Send an activation email to a user with given id. Users created via an API are not active.
This method is an alternative to activating a user directly and allows sending an activation email
in which a user will have to open a link and follow instructions on a screen to activate his/her account.

## Response `204`

Activation email successfully sent

## Other responses

- `403` — with code * **PERMISSION_DENIED** Not permitted to manage users
- `404` — User not found
- `422` — with codes * **ACTIVATION_EMAIL_UNAVAILABLE** when user is already activated or deactivated.

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/versions/449bdc2516c9/schema)
