Send an email invite link
Sends an invite link to the user's email address.
final UserResponse res = await supabase.auth.admin
.inviteUserByEmail('email@example.com');
final User? user = res.user;
Sends an invite link to the user's email address.
final UserResponse res = await supabase.auth.admin
.inviteUserByEmail('email@example.com');
final User? user = res.user;
Need some help?
Contact supportLastest product updates?
See ChangelogSomething's not right?
Check system status