Skip to main content

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
internalsTotal sessions of internal users.int
externalsTotal sessions of external users (suppliers and clients).int
uniqueCompaniesTotal 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



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.