Request Reset Password
Request a reset password code
Last updated
Was this helpful?
Request a reset password code
Last updated
Was this helpful?
The requestResetPassword
mutation allows users to send a password request based on a given email. As a result of the executing of this mutation, a code will be returned, use it in the mutation to successfully reset the password.
Argument
Type
Description
email
String
User's email which password will be reset
Field
Type
Description
success
Boolean
True if the reset password has been created
False if the reset password has not been created
message
String
Description of the result
resetPasswordCode
Number
The following examples request a reset password code.
Code to be used in the mutation through the code argument to reset the password. Unused password reset code will expire 24 hours after the request has been sent