---
title: "Validate user password"
method: POST
path: "/api/v2/users/validate-password"
tags: ["Authorization"]
---

# Validate user password

`POST /api/v2/users/validate-password`

## Request body

- CodersdkValidateUserPasswordRequest
  - `password` string, required

## Response `200`

OK

- CodersdkValidateUserPasswordResponse
  - `details` string
  - `valid` boolean

---

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