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
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...