How to get all users without user Id or user name?

Hi, my question is how to get all users and their email data incase we do not have the userid or username information. Should we do query to db or is there already a way to do this? Thanks.

Beril

Hi, @beril!

The email field is private (in Golang perspective) and is used only to authenticate Nakama user accounts (email+password or social accounts). If you need to use it in another way, you will need to do a custom query, indeed.

Best,
Caetano