Skip to main content

PasswordRecoveryLinkInput

Parameters for generating password recovery links and sending password reset emails.

Contains user identification and customization options for the password recovery process.

input PasswordRecoveryLinkInput {
email: String!
redirectUrl: String
language: String
}

Fields

PasswordRecoveryLinkInput.email ● String! non-null scalar

Email address of the user requesting password recovery.

Must be a valid email address associated with an existing user account in the system.

PasswordRecoveryLinkInput.redirectUrl ● String scalar

URL to redirect the user after successful password reset.

The user will be redirected to this URL after completing the password reset process. If not provided, a default redirect will be used.

PasswordRecoveryLinkInput.language ● String scalar

Language code for localized password recovery communications.

Two-character language code (ISO 639-1) used to determine the language for password recovery emails and interfaces. Must be exactly 2 characters long.

Member Of

passwordResetLink mutation ● triggerPasswordSendInitEmailEvent mutation ● triggerPasswordSendResetEmailEvent mutation