Reset Password
Reset a user's password
Last updated
Was this helpful?
Reset a user's password
Last updated
Was this helpful?
The resetPassword
mutation will reset the user's password through a code previously generated by the mutation.
Execute the mutation in order to get the code to be used to reset the password.
Argument
Type
Description
code
String
newPassword
String
The User’s new password
Field
Type
Description
success
Boolean
True if the reset password has been updated successfully
False if the reset password has not been updated successfully
message
String
Description of the result
The following example updates the password by using a giving reset code.
Code to be retrieved in the mutation