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
ForgotPasswordRequestSchemaInputPayload containing the verification code/token and the new password.
Response
register_token
StringA token used for registration purposes will be sent when user is not registered.
request_id
StringA random uuid string used to track the send OTP response.
user
UserDetailDescribes the user details structure.
Mutation
Try it
Input Variables
Response
Was this section helpful?