list_users
Lists all users in your CallRail account with their roles, emails, and associated company IDs.
Instructions
List all users on the account. Returns a single page of up to
MAX_PER_PAGE users (no pagination support — fits small/medium
agency accounts).
Args: account_id: CallRail account ID. Auto-resolves if omitted.
Returns:
JSON string with users[]. Each user has id ('USR...'),
email, first_name, last_name, role
('admin' | 'manager' | 'reporting'), accepted_at, time_zone,
and company_ids[] the user has access to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |