- I couldn't find the Ban user API under user SDK for dart.
I want to implement banning user (without deletion of user).
- And how do I delete every document created by a user, so that will be followed by the deletion API. ( needed for deleting user and all documents related to that user)
TL;DR
The user was initially having trouble finding a Ban user API for Dart SDK on the Docs. However, it seems that they have discovered an update status API. They also mentioned wanting to implement a ban feature without deleting the user. Additionally, they wanted to know how to delete all the documents created by a user. Unfortunately, a solution to these issues was not provided in the support thread.There's the update status API
As for deleting, thats on you to figure out what belongs to the user
I appreciate you
[SOLVED] Couldn't get a Ban feature and Delete strategy for Dart SDK on the Docs
Recommended threads
- after using the coding agents its code b...
can anybody suggest me an ai tool that i can use to create the system desgins without the suggestion things because it at last create a mess
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...