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
Parameter | Parameter | Valid Blocks | Required |
---|---|---|---|
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 |