Get User Analytics
Analytics
Get User Analytics
Get per-user usage breakdown within an organization
GET
Get User Analytics
Get User Analytics
Returns usage and cost analytics broken down by individual users within a specific organization.Authentication
Your API key
Query Parameters
The organization ID to get user analytics for
Start date for filtering (ISO 8601 format: YYYY-MM-DD). Defaults to 30 days ago.
End date for filtering (ISO 8601 format: YYYY-MM-DD). Defaults to today.
Response
Whether the request was successful
The organization being queried
Organization display name
The date range for the analytics data
List of users with their analytics
Example Request
Example Response
Table Columns Reference
When displaying user analytics in a modal or table, include these columns:| Column | Field | Description |
|---|---|---|
| User | user_name | User email or name |
| SMS Sent | total_sms_sent | Outbound SMS |
| SMS Received | total_sms_received | Inbound SMS |
| MMS Sent | total_mms_sent | Outbound MMS |
| MMS Received | total_mms_received | Inbound MMS |
| Voice Calls | total_voice_calls | Call count |
| Voice Min | total_voice_seconds / 60 | Duration in minutes |
| API Requests | cost_breakdown.api_requests_count | API calls |
| Storage | cost_breakdown.api_storage_cost | Storage (USD) |
| Phone Monthly | cost_breakdown.phone_rental_count | Rental events |
| Phones Purchased | cost_breakdown.phone_purchase_count | Purchases |
| KB Count | cost_breakdown.kb_count | Knowledge bases |
| KB Min | cost_breakdown.kb_minutes | KB minutes |
| Cost | total_cost | Total (USD) |
Use Cases
- User performance tracking - See which users are most active
- Cost attribution - Understand per-user resource consumption
- Team management - Identify training or support needs
- Billing transparency - Show users their individual usage
Related Endpoints
- Analytics Overview - Tenant-level summary
- Organization Analytics - Organization breakdown

