Note: Creating private or shared channels is not supported with an App Registration connection.
- Microsoft Graph permissions to access the action via App Registration:
Channel.Create,Directory.ReadWrite.All,Group.ReadWrite.All,Teamwork.Migrate.All.
External DocumentationTo 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.* shared: Members can be directly added to the channel without adding them to the team. |
| Team ID | The ID of the team to create the channel in. Can be obtained by using the List All Teams action. |