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
- Invalid `region` param: Value must be on...
Hi! I'm trying to migrate a small project from the cloud to a self hosted instance to play around but without any success! I cannot initiate a migration witho...
- Migration from cloud to self-hosted fail...
Hi! I'm trying to migrate a small project from the cloud to a self hosted instance to play around but without any success! The migration process fails with the ...
- Feedback and Deployment Challenges with ...
Hello world!, I've been developing a project using FastAPI in Python, and I was considering deploying it through Appwrite Functions. However, I encountered a f...