The User tab of the Enterprise AI Dashboard provides detailed metrics related to individual user activity.
It allows you to analyze how users interact with different assistants, track usage patterns, and identify key contributors based on request volume and cost.
To access this section, click on "User" in the dashboard interface.

This specific panel is automatically filtered by the organization and project selected.
Note that the filters by date range are independent in each Dashboard, both in "Project" and "User".
The metrics provided in the user Dashboard include:
- Total Active Users: This is obtained by running a select count distinct on the requests table; more specifically, on the "RequestUserId" field. This provides an accurate total of active users in the system.
- Average Cost by User: Calculate the average cost incurred by each user.
- Average Requests by User: Provide the average number of questions or interactions of each user with the various assistants.
- Top Ten Users by Cost: Identify and display the top ten users with the highest costs, considering the possibility that "RequestUserId" may be null.
- Top Ten Users by Request: List the ten users with the highest number of requests, even considering that "RequestUserId" may be null.
- Timeline with Average Cost by User: Display the time evolution of the average cost per user.
- Timeline with Average Requests by User: Display the temporal variation in the average number of requests per user.
- Pivot Activity by Users: Provide a detailed breakdown by UserId, Assistant, Model, Cost and number of Requests.