---
title: "Check if password matches the password policy rules"
method: POST
path: "/v1.0/users/validate-password"
tags: ["Validate Password"]
---

# Check if password matches the password policy rules

`POST /v1.0/users/validate-password`

## Request body

- PasswordValidationRequestDTO — The password validation request
  - `password` string, required

## Response `200`

OK

- PasswordValidationResponseDTO — unresolved $ref

## Other responses

- `400` — Bad Request Error Code | Description FORM1001 | Form validation failed
- `500` — Internal Server Error

## Changes

- **2026-07-08** `fe0a1671bb64` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/users/validate-password/post.md)

---

[API](https://skmtc.dev/beis/apis/api-documentation.md) · [All operations](https://skmtc.dev/beis/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beis/api-documentation/revisions/fe0a1671bb64/schema)
