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
Body parameters
Request containing information to validate changed password
object
Request for validating new password
Password
string Required
Password of the user
Responses
200
Returns the password validation result.
object
Response of new password validation
Success
boolean
Password of the user
400
Bad request if the request is invalid.
object
ValidationErrors
object
property*
Array of string additionalProperties
string
401
Unauthorized
object
Id
string
Message
string
Type
string
Values
object
property*
object additionalProperties
403
Access denied
object
Id
string
Message
string
Type
string
Values
object
property*
object additionalProperties
404
Token not found or expired.
object
Detail
string
Instance
string
Status
integer (int32)
Title
string
Type
string
property*
object additionalProperties
500
Unexpected error
object
Id
string
Message
string
Type
string
Values
object
property*
object additionalProperties