Skip to content

Supabase - Create User

Overview

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

Returns
Data Structure

Parameters

ParameterParameterValid BlocksRequired
Supabase Project URL Your Supabase project URL, eg: https://yourprojecturl.supabase.co Text Process Block Group Yes
API Key Your public/anon Supabase API Key Secret Block Group No
E-mail address The Supabase user's e-mail address Semi-Secret Block Group Yes
Phone number The Supabase user's phone number Semi-Secret Block Group No
Log-In Password The password the user will use to log in Semi-Secret Block Group Yes
Return Response Error Return 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 Group No
Project Connection Config A Supabase connection configuration that was setup in the Databases panel Text Process Block Group No