Validate password for a user

Validate the password strength. Minimum 10 characters, uppercase letter, number, special character.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Request

passwordSchema
passwordstringRequired
The new password to change or validate.
oldPasswordstringOptional

The old password the user is changing. This field is for the non-admin users changing their own password.

confirmPasswordstringOptional

The confirmation of the new password. This field is for the non-admin users changing their own password.

Response

This response has no body.

Errors