Hello, is there a way to prevent team member read access to the endpoint, as shown in the image? I think it exposes too much information about other users in the team, and dont see why a user should have access to see information about other users. At least not in my use case. Thank you!
Disable teams from dashboard
This will disable everything related to teams client side, but you will still be able to get everything server side and permissions will work to as if the user was in the team when it's enabled
hmm okay, i need the roles for showing different role-based UI's on the client-side. Is it safe/sensible to just store the user role in the user preferences, for this sole purpose?
Recommended threads
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...