Forum Discussion
Remove team owners add members permission
Hello,
my org has the need to disable some team owners their capability to add members to their team, maybe through policies, powershell...
Is there a way to do this?
Thank you in advance!
If you don't want one of your teacher to add a new member, you should not give him "owner" right
:
- If a team is private : only an admin can add a user
- If a team is public : everyone can join or add an admin
Note that the owner will also be able to nominate a new owner.
However, if you want to give "owner" role but prevent to add member, I see solutions here:
- Develop a custom solution to search Unified Audit log for "Add member to group" and roll back / Use a third-party solution to do it
- Not give "owner" role and do everything (creation of Teams, addition of new members and basic administration) in a third-party tool
Hope this helps
4 Replies
- thijoubertoldIron ContributorHello, AFAIK it's not possible.
By definition, an owner can manage the teams... and add new members.
However, if you want to prevent this, you could check the audit logs and remove the new members.
What is your use case?- The_Globe_AdminCopper Contributor
thijoubertold Hello,
thanks for your help.
Our case is:
We have a highly automated ecosystem based on Automate and Sharepoint. Every team member should be added to the team through an automate flow, which assign some specific permissions depending on our CRM data.
So, when a owner (a teacher in our case) add a member manually, this permissions aren't added to the member. So we'd like to remove add members permissions to some owners.
Thank you!
- thijoubertoldIron Contributor
If you don't want one of your teacher to add a new member, you should not give him "owner" right
:
- If a team is private : only an admin can add a user
- If a team is public : everyone can join or add an admin
Note that the owner will also be able to nominate a new owner.
However, if you want to give "owner" role but prevent to add member, I see solutions here:
- Develop a custom solution to search Unified Audit log for "Add member to group" and roll back / Use a third-party solution to do it
- Not give "owner" role and do everything (creation of Teams, addition of new members and basic administration) in a third-party tool
Hope this helps