Users
Validate password for a user
Validate the password strength. Minimum 10 characters, uppercase letter, number, special character.
post/api/admin/user-admin/validate-password
Request body
Example request
{
"password": "k!5As3HquUrQ",
"oldPassword": "Oldk!5As3HquUrQ",
"confirmPassword": "k!5As3HquUrQ"
}Response
This response has no body.