Arbitrary account/user retrieval

Hello Nakamites

I am trying to write some simple QOL console tools for my Nakama backend. Specifically, right now I am trying to get a list of currently online users via an RPC server call.

There are many ways to retrieve account/user info but they are not arbitrary, in the sense that you need to define specifically the account you want access to. I wonder if I can simply list all accounts currently registered to my server, and then filter through them with additional criteria.

If there is some built in way to achieve this that I am missing, I am all ears.

Appreciate the help as always.

Hi @StudioRunGrizzly,

What are some of your other use cases for this?

There’s no api for listing all registered users, but listing online players is possible by using streams (Nakama: Streams | Heroic Labs Documentation)