How to delete all users from console
Hi π how many users do you have? one way is to click manually on user name and scroll down to delete the user but let me check if there is a way to delete all of them in one go,
i have 130 users
got it, lemme have a look and get back
ok , thanks
so, seems like the API accepts only manually inserted User IDs i.e. manually deleting users one by one. One way could be to write a function in code for loop and that loop uses list users to get all user IDs and each time the loop runs, the delete method is called for that particular UserID - i.e. write a script
Also, if you want, can you open an issue on Github for this as a feature request so our team can see the feedback? You can create an issue here: https://github.com/appwrite/appwrite/issues
Does this solve your query? if not, let us know so we can help you more
@Karthik Sever SDK allows you to delete them programmatically.
ok thanks
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- createEmailPasswordSession Error using S...
Did someone succeed using SSR approach for login?
- [Solved] how to get user prefs from serv...
i want to get a specific users preferences from serverside maybe i missunderstood something