v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
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