Forum Discussion

pmccomb's avatar
pmccomb
Contributor
11 years ago

/users/online vs. /users/online/count

I am using /users/online/count to get a count of all the users online.  In my case it ruturns 375.  I then want the list of users online so I am using /users/online.   However, I only see roughly 10 users returned.  Does anyone know what I am doing wrong?

2 Replies

  • Two explanations:

  • pmccomb's avatar
    pmccomb
    Contributor
    11 years ago

    Thanks.... that was helpful.  I also figured out that I was not handling pagination correctly -> I had left it to default and needed to expand it (in my case ?page_size=400&page=1 worked).

     

    Thanks again for the help and the quick response....