SOLVED

Prevent guest user from creating/ updating channels org wide

Iron Contributor

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

3 Replies
best response confirmed by Sophie_Bruehl (Iron Contributor)
Solution
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

Hey @ChristianJBergstrom,

thank you so much for all of your helpful answers <3.
1 best response

Accepted Solutions
best response confirmed by Sophie_Bruehl (Iron Contributor)
Solution
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

View solution in original post