We have a requirement to stop all users from creating teams channels

IBN 4,476 Reputation points
2022-08-19T14:08:37.887+00:00

Hello,

We have a requirement to stop all users from creating teams channels.

is it possible to setup a policy whenever someone wants to create a channel it sends out an approval to a owner and once its approved it will get created?

And also default that users needs to be invited to join a team and can not just join what they wish

Microsoft 365 and Office | SharePoint | For business | Windows
Microsoft Teams | Microsoft Teams for business | Other
0 comments No comments
{count} votes

Accepted answer
  1. Dillon Silzer 57,831 Reputation points Volunteer Moderator
    2022-08-20T14:03:51.373+00:00

    Hi @IBN

    1) is it possible to setup a policy whenever someone wants to create a channel it sends out an approval to a owner and once its approved it will get created?

    You can create flows for Teams that you want to apply this to with SharePoint/Teams. You would need to configure a flow for each Team that this is specific too:

    If you go to the Team ... > Manage team > Settings > Turn off Allow members to create and update channels

    233146-image.png

    Then implement
    https://powerautomate.microsoft.com/en-US/templates/details/68babc6e69e54e9ba3025a2b07b31c51/approval-request-process-for-a-microsoft-teams-channel/ (add a SharePoint list with two columns):

    • Channel Name
    • Channel Purpose

    Connect the flow with the SharePoint list and MS Team.

    233079-image.png

    Note: You will need to create a separate SharePoint list per MS Team as this will not apply to all Teams (only on per SharePoint List/Flow).

    2) And also default that users needs to be invited to join a team and can not just join what they wish

    If you were to change all of your Microsoft Teams to private, then members would only be able to join Teams they have permissions to.

    To make them private:

    a) Go to https://admin.teams.microsoft.com/
    b) Teams > Manage teams > Choose the team
    c) Hit the Edit button in the top right

    233107-image.png

    d) Chanel the Privacy to Private

    233106-image.png

    ----------------------------------------------------

    If this is helpful please accept answer.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.