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
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...
- GitHub Student Login Loop Issue
signed up using my GitHub Student Developer Pack. However, whenever I click "Sign in with GitHub", I get stuck on the login page. No matter how many times I try...
- Google OAuth Not Working on Brave/Firefo...
I'm having an issue with Google OAuth in my React + Appwrite app. After login, the dashboard is accessible only in Microsoft Edge, but fails in Brave and Firefo...