Using API to see how many users have been logged into organization

Hi
Is there a way to use the API to see how many unique users have been logged into an organization within a month?

Hi,

There are several posts that discuss this topic and the caveats around user login status:

A possible approach to take would be using GET /api/v2/users to get a list of all users in the organization. Then using the user status details query to determine user presence status. If a user is anything except for OFFLINE within the period then they can be considered to have logged in within the month (keeping the caveats described in the above posts in mind).

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.