Validates new password against password policy

Prev Next
Post
/v{version}/PasswordReset/Token/{token}/ValidatePassword
Path parameters
token
stringRequired

Password reset token which is linked to the specific user and details of the password reset process

version
stringRequired

The requested API version

Default"1.17"
Body parameters

Request containing information to validate changed password

object

Request for validating new password

Password
string Required

Password of the user

Responses
200

OK

object

Response of new password validation

Success
boolean

Password of the user

400

Bad request

Expand All
object
ValidationErrors
object
property*
Array of string additionalProperties
string
403

Access denied

Expand All
object
Id
string
Type
string
Message
string
Values
object
property*
object additionalProperties
404

Token not found or expired.

500

Unexpected error

Expand All
object
Id
string
Type
string
Message
string
Values
object
property*
object additionalProperties