nodejs-pool
nodejs-pool copied to clipboard
List all users via API
I am looking for a way to write a new API response that lists all users, similar to the one on the admin side "admin/userlist". I do not want it to require authentication. Any ideas? (Not asking for handouts, just assistance)
It is easy to achieve, change adminRoutes to app on line 749 at file /lib/api.js. The new api path is /userList .