Skip to main content

Supabase - Create User

Overview

Creates a user on a Supabase instance, returning the created user details in a Data Structure, or an error.

info

After creating a user, the user needs to verify their email before you are able to use the Login block to log them in to a Supabase project.

Returns
Data Structure

Parameters

ParameterParameterValid BlocksRequired
Supabase Project URLYour Supabase project URL, eg: https://yourprojecturl.supabase.coText Process Block GroupYes
API KeyYour public/anon Supabase API KeySecret Block GroupNo
E-mail addressThe Supabase user's e-mail addressSemi-Secret Block GroupYes
Phone numberThe Supabase user's phone numberSemi-Secret Block GroupNo
Log-In PasswordThe password the user will use to log inSemi-Secret Block GroupYes
Return Response ErrorReturn any errors from the Create User call to Supabase as a Data Structure response to enable manual error handling. If turned on errors will not get caught in a Try-Catch block.Boolean Block GroupNo
Project Connection ConfigA Supabase connection configuration that was setup in the Databases panelText Process Block GroupNo