Hi
Is it possible that only certain users will have owner permission and other won't?
Id like that Each only team owners will be able to add users to a team and other users won't
Does the client api support this or I need to use the server api?
Thanks
This is the actual teams behavior.
Only those with owner rule can add members to a given team.
Hi according to the documentation (which is not that clear):
Each user who creates a team becomes the team owner and can delegate the ownership role by inviting a new team member. Only team owners can invite new users to their team.
What is not clear is:
Does when a team owner adds a team member it will get owner permissions or not?
It's pretty clear in my opinion. The docs clearly state that use who creates the team becomes the owner. Anyone who is invited and joins the team is just a member.
@Binyamin thanks that exactly what I need
Is it possible to have more than one owner? Is it possible to change the owner? Thanks
To remove the owner, there should be needed removing it from the team. To assign another owner, adding owner role
OK thanks so the owner role is like assigning any other role (text field)
Exactly. And fyi if you're adding team member using the Server team SDK, then no one would be an owner by default.
@oferardi has this been solved?
Yes thank you
[SOLVED] team owners
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- Is there way to copy project (backup/res...
I think there is betterr way of fast back up / restore specified project
- Database setup
Hi everybody, I'm new to AppWrite and I need some help designing a database. I'm trying to set up a database where: 1. There are USERS 2. A USER can create an ...