Hi! In my project, I need only some users to be able to create teams How can I set permissions for user? Thank you
How can I set permissions for user?
You mean how do you restrict it so that only some users can create teams?
Yes
I think I can restrict by permissions, like create permission [teams.read] for users
I would disable the teams service. This prevents end users from creating teams. Then, I would expose a function to create the team. Only select users would have access to execute the function
@Steven Thank you!
[ SOLVED ] How createPermissions for new user?
Recommended threads
- Appwrite Function getting general_unauth...
Hi everyone, I'm trying to create a database schema using an Appwrite Function written in Dart from Appwrite console, but I'm getting an authorization error wh...
- Clean 1.9.0 install, trying to access Ap...
I've been using Appwrite cloud for several months now, it's great and I love it. Doing some local testing so I setup a new Docker image on a Mini PC. Install fa...
- 404 page not found
Hey I am trying to run a simple Svelte-kit project on appwrite self-hosted but the logs says: ```bash [13:56:26] [open-runtimes] Build packaging finished. [13:...