Find and manage users through the admin dashboard interface using the Query Builder and Reports functionality.
Use the Query Builder to search and filter users in your organization:
status == "active")Where Clause: status == "active"
This query finds all users with an active status in your organization.
Where Clause: createdAt >= "2024-01-01T00:00:00.000Z"
This query finds users created after January 1, 2024.
Where Clause: organizationId == 12345
This query finds all users belonging to a specific organization.
Where Clause: email like "(?iu).*@yourcompany.com"
This query finds users with email addresses from a specific domain.
From the Query Builder results, you can view detailed information about individual users:
Generate reports to analyze user login activity and session data:
User session reports contain:
tradovate_trader(web))User session reports are particularly useful for:
Security Tip: Compare the listed Device IDs and IP Addresses to see if there is an outlying device or an unusual IP address that might indicate unauthorized access.