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

# POST /v1/password

`POST /v1/password`

API to support periodic or adhoc password change

## Request body

- ChangePasswordRequest
  - `userName` string
  - `password` string
  - `newPassword` string
  - `verifyCode` 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)
