register_new_user
Create new user accounts on the Multilead platform by providing email, password, full name, and whitelabel ID with optional phone and invitation parameters.
Instructions
Register New User
This action registers a new user on the platform.
Args: email: User's email address (required) password: User's password (required) full_name: User's full display name (required) whitelabel_id: Whitelabel ID (required) phone: Optional phone number (e.g., "+3816423416") invitation_id: Optional invitation ID for secure registration skip_confirmation_email: Set to True to skip confirmation email (default: False)
Returns: Created user object with registration details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| password | Yes | ||
| full_name | Yes | ||
| whitelabel_id | Yes | ||
| phone | No | ||
| invitation_id | No | ||
| skip_confirmation_email | No |