jekalatOriginal post
Rank 1: Thread
Hi!
In my project, I need only some users to be able to create teams
How can I set permissions for user?
Thank you
Summary
To restrict certain users from creating teams, you can disable the teams service. This will prevent end users from creating teams. Then, you can create a function to specifically allow certain users to create teams, and only grant access to those select users to execute the function. Additionally, you can set permissions for users by using the create permission function and specifying the desired permissions (e.g., [teams.read]) for the users.