get_user
Retrieve complete details for a specific user in your CallRail account, including role, email, and accessible companies. Provide the user ID and optionally the account ID.
Instructions
Get full detail for one user on the account.
Args: user_id: 'USR...' id. account_id: CallRail account ID. Auto-resolves if omitted.
Returns:
JSON string with the user object — id, email, first_name,
last_name, role ('admin' | 'manager' | 'reporting'),
accepted_at (null if invitation pending), time_zone, and
company_ids[] the user can access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |