activities
latest
false
UiPath logo, featuring letters U and I in white

Integration Service Activities

Last updated Mar 12, 2026

Create Channel

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
Create a new channel within a Microsoft Teams team.POST/teams/{team_id}/channels

Input

ParameterDescriptionData Type
Display nameDisplay name of the new channelstring
Channel typeType of channel (standard or private).. Use Standard for sharing the channel with all team members, Private for sharing the channel with selected team member. enum
Team IDUnique identifier of the team. Enter the name of the team to retrieve it from the available dropdown or type in a custom team ID. You can retrieve the ID from the output of the Get Team by Name activity. string
DescriptionDescription of the channelstring
Members rolesRole assigned to the member (owner or member)string
Member user IDUnique identifier of the member to be addedstring

Output

ParameterDescriptionData Type
Channel IDUnique identifier of the newly created channelstring
ResponseFull channel object returned by the APIObject
Note:
  • In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
  • In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
  • Project compatibility
  • Overview
  • Input
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated