Hello! How to remove specific users from permission list via dart sdk? For example, I gave permission to multiple users for a collection. Now I want to remove one user from permission. How to do it?
Hi - this is duplicate - https://discord.com/channels/564160730845151244/1099968590746238996/1099968590746238996
can you please remove one?
Also, to update
You’d need to give a new list or permissions without the user you want to remove. This will override your existing list
Thank you! I got all the permission lists and removed the user that should be removed from them and re-added that sheet when updating the collection and it worked.
[SOLVED] Removing permission via dart sdk
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.
- Current User is Not authorized
recreating same Thread