How to enumerate list of registered users

227 views Asked by At

From reading the technical documentation for ConnectyCube, there does not appear to be an API to enumerate registered users nor is there an API to test whether user is logged in. Is my understanding correct ?

2

There are 2 answers

2
Rubycon On

Here you can use diff APIs to retrieve users https://developers.connectycube.com/flutter/authentication-and-users?id=retrieve-users

Also, there is chat activity last request at API https://developers.connectycube.com/flutter/messaging?id=get-last-activity which can be used to determine whether a user is online or offline

Also, you may provide a detailed explanation what you gonna build, so there will be more specific suggestion

0
Randolph Hill On

Just figured out, I can tag the different users and enumerate based on the TAG.