admin/activity/users
This method provides information about the active user sessions in the platform:
- Total active user sessions
- Total internal and external users
- Total unique companies and users
URL
(GET) /api/admin/activity/users
PARAMETERS
There are no parameters.
RESULTS
The result is a JSON object with these properties:
total | The total number of user sessions (logins). | int |
hasmore | The system shows the activity of up to 1000 sessions. This flag is true if there are more sessions. | bool |
internals | Total sessions of internal users. | int |
externals | Total sessions of external users (suppliers and clients). | int |
uniqueCompanies | Total unique companies that are connected. | int |
uniqueUsers | Total unique users that are connected. Note: Total user sessions may be higher than the unique users. In that case the same logins are used in multiple browsers or from different locations. | int |
EXAMPLE
N/A
Copyright Wordbee - Buzzin' Outside the Box since 2008