Forum Discussion
Sophie_Bruehl
Jan 18, 2022Iron Contributor
Prevent guest user from creating/ updating channels org wide
Hi together,
does anybody know if I can prevent all guest users/ members per defualt from creating/ updating channels?
I know that it is possible for each team, but I am searching for a default setting for all teams.
Thanks in advance and kind regards,
Sophie
- Hello, you can use PowerShell with Set-Team cmdlet and the settings are called AllowCreateUpdateChannels and AllowGuestCreateUpdateChannels. But as a default setting for all teams you'll need to use Microsoft Graph and Team templates (haven't done this myself though).
https://docs.microsoft.com/en-us/microsoftteams/get-started-with-teams-templates
teamMemberSettings resource type
https://docs.microsoft.com/en-us/graph/api/resources/teammembersettings?view=graph-rest-1.0
teamGuestSettings resource type
https://docs.microsoft.com/en-us/graph/api/resources/teamguestsettings?view=graph-rest-1.0
- Hello, you can use PowerShell with Set-Team cmdlet and the settings are called AllowCreateUpdateChannels and AllowGuestCreateUpdateChannels. But as a default setting for all teams you'll need to use Microsoft Graph and Team templates (haven't done this myself though).
https://docs.microsoft.com/en-us/microsoftteams/get-started-with-teams-templates
teamMemberSettings resource type
https://docs.microsoft.com/en-us/graph/api/resources/teammembersettings?view=graph-rest-1.0
teamGuestSettings resource type
https://docs.microsoft.com/en-us/graph/api/resources/teamguestsettings?view=graph-rest-1.0- Sophie_BruehlIron Contributor
- My pleasure 🙂