I'm lost here, all info in the docs was how to get users that of a certain project, what I want to know is how to get current login-able user of my appwrite instance,
let say I can login to my instance with:
abc@xyz.com
password
how do I know what project this user created ? what db this user init? what func did this user spin up?
how can I even get a list of users registered like that with my instance? If anyone can link me to the docs that would be great as I can't find it
TL;DR
Developers are asking how to get a list of all registered users in their self-hosted Appwrite instance, not just users of a specific project. They specifically want to know the projects created by each user, which databases they initiated, and functions they created. A solution was not provided in the thread.