# Verify user password **POST /api/users/{userId}/password/verify** Test if the given password matches the user's password. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - OAuth2 ## Parameters ### Path parameters - **userId** (string) The unique identifier of the user. ### Body: application/json (object) - **password** (string) Password to verify. ## Responses ### 204 User password matches. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 Not Found ### 422 User password does not match. [Powered by Bump.sh](https://bump.sh)