List of all users

Hi,

is there a command to get a list of all users ?

thanks

Florian

Hi @fbeck,

At the moment, you can do this through the CLI:

Run cryosparcm mongo to enter cryoSPARC’s MongoDB shell, then execute the following command: db.users.find({}, { _id: 0, 'emails.address': 1 }).

You should get a list of all the user accounts.

- Suhail