supabase_create_user
Create new Supabase users with email and password, optionally auto-confirming email and setting metadata for user management.
Instructions
[UNIFIED] Create a new user with email and password. Can optionally auto-confirm email and set metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| Yes | |||
| password | Yes | ||
| phone | No | ||
| email_confirm | No | ||
| user_metadata | No | ||
| app_metadata | No |