baasix_register_user
Create a new user account with email and password, assign roles and tenant info, and select JWT or cookie authentication.
Instructions
Register a new user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | User email address | ||
| tenant | No | Tenant information for multi-tenant mode | |
| authMode | No | Authentication mode | jwt |
| lastName | No | User last name | |
| password | Yes | User password | |
| roleName | No | Role name to assign | |
| firstName | No | User first name | |
| inviteToken | No | Invitation token |