dammy
- 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. Drake
There's the update status API
As for deleting, thats on you to figure out what belongs to the user
dammy
I appreciate you
Drake
[SOLVED] Couldn't get a Ban feature and Delete strategy for Dart SDK on the Docs
Recommended threads
- Appwriter Linux Key Bindings
Any tips for configuring appwriter for ubuntu? Actually the keybindings are tightly binded to either windows or mac. Working well on windows but in ubuntu some ...
- Admin Impersonating Clients?
I have a client that needs to use the admin User, to impersonate the Clients in order to debug better the App and the services that they are providing, could yo...
- create project api-rest
Hello good afternoon, I'm developing a project where I need to create a project by apirest, but I'm stuck with this "projects.read" permission, can I change my ...