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
Response
The provided password was correct.