Create Channel
Create a new channel in a team.
- Least Privileged Microsoft Graph permission to access the action via application:
Channel.Create.Group
. - Higher privileged Microsoft Graph permissions to access the action via application:
Channel.Create
,Directory.ReadWrite.All
,Group.ReadWrite.All
,Teamwork.Migrate.All
.
External Documentation
To learn more, visit the Microsoft Teams documentation.
Parameters
Parameter | Description |
---|---|
Description | Optional textual description for the channel. |
Display Name | Channel name as it will appear to the user in Microsoft Teams. |
Membership Type | The type of the channel. Can be set during creation and can't be changed. Possible values are: standard - channel inherits the list of members of the parent team, private - channel can have members that are a subset of all the members on the parent team. |
Team ID | The ID of the team to create the channel in. |
Workflow Library Example
Create Channel with Microsoft Teams and Send Results Via Email
Preview this Workflow on desktop