Validate the user password

Prev Next
Post
/identity/users/validateUserPassword

To invoke this API it is required to obtain a token through the forgotPassword API.
In the event that the password provided does not meet the minimum security criteria, the error message regarding failed validation is returned in the response with code 204.

Security
HTTP
Type bearer
Body parameters

The new password to validate.

object
password
string

The password to validate.

token
string

The secure token provided through the URL received within the reset password email.

Examplec7be1078-01b8-4621-a1ef-ae0f1ae7d15a
validationType
string

The type of the validation to perform.

Valid values[ "NEW_ACCOUNT", "RESET_PASSWORD" ]
Minimum1.0
Responses
200

Password valid.

object
message
string

The validation outcome.

ExamplePassword is valid
400

Bad request or invalid password.

object
message
string

The validation error details.

ExampleYour password must be 8 characters or longer an....
429

API call rate limit exeeded.

object
message
string

The error response.

ExampleAPI call rate limit exeeded
500

Internal server error.

object
message
string

The error response.

ExampleInternal Server Error