resetPassword
Changes a password from a password reset email or from a token
Request Body Information required to reset a password |
---|
userid string — REQUIREDThe UserId |
tokenContent stringThe token's content (if resetting from token) |
passwordResetContent stringThe new password reset token from an email (if resetting from email) |
newPassword string — REQUIREDThe new password to be set to |
Responses | ||||
---|---|---|---|---|
200 A successful request
|