Home

Send an email invite link

Sends an invite link to an email address.

  • Sends an invite link to the user's email address.
Parameters
  • email
    REQUIRED
    string

    The email address of the user.

  • options
    Optional
    object

    Additional options to be included when inviting.


const { data, error } = await supabase.auth.admin.inviteUserByEmail('email@example.com')