---
title: "Send activation mail"
method: PUT
path: "/users/{userId}/activation/{hash}"
tags: ["Users"]
---

# Send activation mail

`PUT /users/{userId}/activation/{hash}`

Send activation hash code to user for activation

## Path parameters

- `userId` integer, required
- `hash` string, required

## Response `200`

Sent activation mail successfully

- ActivateUser[]
  - `userId` integer — User ID
  - `hash` string, string — hash code

## Other responses

- `default` — Unexpected error

---

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