Forum Discussion

jaread83's avatar
jaread83
Champion
9 years ago

REST V2 query for online users

Is there a way to get only online users from the database using API V2? I would normally use a WHERE online_status = 'online' but this returns offline users too! My query is also not suitable as it t...