Rank 2: Process
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?
Votes
0
Replies
6
Participants
Unknown
Messages
7
Rank 2: Process
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
Rank 2: Process
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