
Is there any way to export the authenticated users data as a json file or any other format in appwrite?
Could find anything in the docs.
Thanks team for this amazing platform ❤️

I think you have two options:
- Write a quick cloud function to do this
- Use the appwrite CLI

yes incase you want to export your users data as a json you can write a cloud function and use the List Users method to fetch list of all the project's users https://appwrite.io/docs/server/users?sdk=nodejs-default#usersList
Recommended threads
- www subdomain
Hi could someone please help? Trying to add www to my domain fanspark.app. I added as a subdomain in my appwrite project and added the cname as instructed. Howe...
- Error when executing a function from pos...
I am trying to make a post request from postman to my function https://fra.cloud.appwrite.io/v1/functions/functionid/executions on the same body when i put from...
- Dashboard not loading
i am unable to see my database tables. when i click on a databse to view tables and rows my screen just keep loading. somehow if i exit form that page then othe...
