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
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...