The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Sathish
4 years agoNew Contributor III
Active Users
SOURCE: ONESTREAM CHAMPIONS
Hi All,
Is there any way to see the active user count from the application?
My requirement is to project the active users from the total users available in the appli...
MichaelSBrokaw
4 years agoNew Contributor III
There are XF MarketPlace solutions you may leverage for this. Developed by OneStream with no additional cost.
Security Audit Reports
Set the Start Date and End Date at the top of the dashboard then Refresh. To derive active user count, take the difference between Total Users and Inactive Users from the table at the top left of the dashboard. Active Users would include any user who has logged on at least once during the set date range.

Standard Application Reports
Includes User Log Activity reports. Could use this to get logon count by user.
- NicolasArgente4 years agoValued Contributor
The active users are stored into the OneStream Framework database.
The SQL Query to get the list of users can be seen in a simple Dashboard Data Adaptor by running this
SELECT
SecUser.Name
,SecUser.IsEnabled
,SecUser.Description
FROM OneStream_Framework.dbo.SecUserThanks
Related Content
- 1 year ago
- 3 years ago
- 2 years ago