---
title: "Update password of the current user"
method: PUT
path: "/api/v1/users/me/password"
tags: ["/users/me"]
---

# Update password of the current user

`PUT /api/v1/users/me/password`

## Request body

- UserPassword
  - `password` string, required — The minimum length of the password has to be 8 characters and it has to have at least one digit, one uppercase and one lowercase character

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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