get_user
Retrieve full details for a user on your CallRail account, including role, email, time zone, invitation status, and accessible companies, using the user 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 |