---
title: "POST /v1/new-password"
method: POST
path: "/v1/new-password"
tags: ["New Password"]
---

# POST /v1/new-password

`POST /v1/new-password`

API to send password recovery codes to users

## Request body

- NewPasswordRequest
  - `userName` string
  - `email` string

## Response `200`

Success

- Empty

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Unable to change password

---

[API](https://skmtc.dev/driver-and-vehicle-licensing-age/apis/authentication-api.md) · [All operations](https://skmtc.dev/driver-and-vehicle-licensing-age/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/driver-and-vehicle-licensing-age/authentication-api/revisions/4bcce9b87c67/schema)
