mutation

forgotPassword

Complete the password reset and log the user in using a valid verification code or reset-link token obtained via verifyEmailForgotOTP, verifyMobileForgotOTP, or sendResetPasswordEmail.
Arguments
forgotPasswordRequestSchemaInput
ForgotPasswordRequestSchemaInput
Payload containing the verification code/token and the new password.
Response
register_token
String
A token used for registration purposes will be sent when user is not registered.
request_id
String
A random uuid string used to track the send OTP response.
Describes the user details structure.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...