ItchanOriginal post
Rank 1: Thread
Summary
Developers asking how to fetch a list of all user accounts in a self-hosted platform can simply use `await users.list();` If querying/searching is required, replace `<SEARCH>` with an actual search string. More details on usage can be found at: https://appwrite.io/docs/references/cloud/server-nodejs/users#list.