SamuelS1
6 years agoContributor
Online users count
Hi,
How I can get sum of users and guest that are currently online? I see those data in Users Online (separately for registered users and anonymous guests) component but when I do API request
/users/online/count
I get different result then sum of registered users online and anonmous guests online form Users Online Component.
For example, in Users Online shows:
Online: 4 users, 153 guests
and from api call I get:
175
How can I get total number of online registered users and anonymous guest?