
How do I set Role Level Access at the Database level
For example I want only users on the members collection to be able to access a workspace collects
Imagine Slack a user from another workspace should not be able to access the db of another workspace, am trying to enforce some security at the db level

You add the users to the team, and then you set the permissions in the collection or documents you want when creating it

For example:


You can do that programmatically too when creating a document, specifically in the "permissions" array: https://appwrite.io/docs/references/cloud/client-web/databases#createDocument

Thanks so much, this is what I need

Is there any solution for the collection attribute auto type generation
Recommended threads
- 1.6.2 to 1.7.2 upgrade, no console acces...
I just updated from 1.6.2.to 1.7.2, didn't notice any errors in the update or migration process but seem to be stuck not being able to access the console UI any...
- Self Hosting Error Cannot Create Default...
Just installed appwrite and upon doing an initial sign up for the default user it errors out with ```NetworkError when attempting to fetch resource.```
- Changing Default Port (appwrite:1.7.2)
Hello! I am trying to run appwrite locally to test things out and i wanted to change the default ports. I have seen this post https://discord.com/channels/56416...
