Change the password of an existing user using a valid password reset token

Prev Next
Post
/v{version}/PasswordReset/Token/{token}/ChangePassword

A user must first request a password reset token.

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

Change password request that contains the new password

object

Request for changing password of user

Password
string Required

Password to be changed into

Responses
200

OK

object
400

Password does not match.

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