The webhook payload schema for password reset.

Hierarchy

  • PasswordResetWebhookPayload

Properties

custom_data?: {
    [name: string]: unknown;
}

Type declaration

  • [name: string]: unknown
email: string

Email of the user resetting the password.

first_name?: string

First name.

last_name?: string

Last name.

reset_otp: string

OTP that must be used to confirm the password reset.

Generated using TypeDoc