Skip to main content

resetPassword

Changes a password from a password reset email or from a token

Request Body

Information required to reset a password

userid string REQUIRED

The UserId

tokenContent string

The token's content (if resetting from token)

passwordResetContent string

The new password reset token from an email (if resetting from email)

newPassword string REQUIRED

The new password to be set to

Responses
200

A successful request

Schema OPTIONAL
success boolean

Was the operation a success

message string

The message returned by the server

result object OPTIONAL

The result of the server response