OpenAPI 3.0.3MITraw.githubusercontent.com2026-08-12247165714.0 KB

7d969765e49a

Users

Verify the password of a user

Check that the user's password matches the supplied input. Useful for custom auth flows and re-verification.

post/users/{user_id}/verify_password

Path parameters

user_idstring required

The ID of the user for whom to verify the password

Request body

passwordstring required

The user password to verify

Response

The provided password was correct.

verifiedboolean