Skip to content
Back

export user data

  • 0
  • Accounts
  • Web
Aayush
26 Jun, 2023, 12:04

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 ❤️

TL;DR
You can export authenticated users' data in Appwrite by writing a cloud function or using the Appwrite CLI. Check out the "List Users" method in the Appwrite documentation for more details on how to fetch a list of all users.
nightwielder
26 Jun, 2023, 12:22

I think you have two options:

  1. Write a quick cloud function to do this
  2. Use the appwrite CLI
Asutosh
26 Jun, 2023, 17:17

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

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more