Users
Validate the proposed password
validate the password and return a score
post/v2/users/self/password/validate
Request body
Example request
{
"password": "My_strong_password"
}Response
the password was checked and a score returned
Example response
{
"valid": true,
"score": 2,
"warning": "Historic Password",
"suggestions": [
"[password has been used before]",
"[password has been used before]"
]
}