Skip to main content

passwordResetLink

Generate a secure password recovery link for email inclusion.

Creates a secure, time-limited link that can be included in password recovery emails. The link allows users to reset their password through a secure web interface.

Possible errors:

  • GENERATE_PASSWORD_RECOVERY_LINK_ERROR: Failed to generate recovery link

AUTH: Role=[user.OWNER]

passwordResetLink(
input: PasswordRecoveryLinkInput
): String!

Arguments

passwordResetLink.input ● PasswordRecoveryLinkInput input

Password recovery link generation parameters.

Contains the user email, optional redirect URL, and language preferences for the recovery process.

Type

String scalar

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.