create_user
Send an invitation email to add a new user to CallRail, defining their role and company access. Ideal for onboarding team members with specific permissions.
Instructions
Invite a new user. CallRail emails them an account-creation link.
Args: email: Recipient email. CallRail sends an invite. first_name, last_name: Display name. role: Default 'reporting' (read-only). Common values: 'admin', 'manager', 'reporting', 'analyst'. Other plan-specific roles may exist; we don't reject unknown values, just warn. company_ids: List of 'COM...' company IDs the user can access. Empty/None = account-wide (admins typically). account_id: Auto-resolves if omitted.
Note: This sends an invitation email. Don't run experimentally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| first_name | Yes | ||
| last_name | Yes | ||
| role | No | reporting | |
| company_ids | No | ||
| account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |