Skip to main content

inviteUserByEmail()

Sends an invite link to an email address.

const { user, error } = await kontenbase.auth.inviteUserByEmail('[email protected]')

Parameters

NameTypeDescription
email (required)stringThe user email
note
  • This function should only be called on server