Hello Team, I'm using Appwrite cloud for my web app, my requirement is to show the number of registered users in my web app, however, I'm not able to find a way to do that using the Appwrite package. any help would be appreciated, thank you!
End users cannot fetch users because that would be a privacy concern. That data is available via a server SDK (with API key). So, I would suggest creating an Appwrite function that uses the server SDK to fetch that count
Thanks @Steven for quick response.
Do you need anything else regarding this or can this be closed as solved?
We can mark this as solved @Steven , thanks!
Recommended threads
- "Restore project" button fails: "Invalid...
In the dashboard, it clicking "Restore project" fails. The request sent to `PATCH https://cloud.appwrite.io/v1/projects/:project_id` with payload `{status: "act...
- how to access the value of account statu...
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...