Forum Discussion

mahesh_revanwar's avatar
9 years ago

Get user details using v2 call order by last visit time

Hi All,   I want users sorted by there last activity.   I have tried V2 call :   SELECT * FROM users WHERE roles.name="Administrator"   It have a last_visit_time as one parameter. Can we use ...