Authentication
Test Admin
GET
Test Admin
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Response
200 - application/json
Successful Response
Previous
SignupCreate a new user with Supabase Auth and the app-side tenant records.
This ensures:
1. User is created in auth.users (for authentication)
2. User is assigned to the default organization for tenant-scoped APIs
3. User is created in public.user when that table exists
**Errors:**
- 400: Invalid request data or user creation failed
- 409: Account already exists
- 500: Server error
Next
Test Admin