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

Integration Service Activities

Last updated Mar 12, 2026

Invite Member to Channel

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
Invite a user to a private or shared channel in Microsoft Teams. POST/teams/{team_id}/channels/{channel_id}/members

Input

ParameterDescriptionData Type
Team IDSelect the team from the dropdown or pass team ID. The ID can be retrieved from the output of the Get Team by Name activity. string
Channel IDType up to 3 characters of the name to select the channel or pass the channel ID. The ID can be retrieved from the output of the Get Channel by Name activity. string
UPN ( User Principal Name)Type the User Principal Name (UPN).The format is alias@domain. This should be the unique user login to Azure AD and other Office services. In very rare cases, the UPN could be set to something else by the Azure AD admin. string
User roleIndicates the role of the user. Owner is a team or channel admin who can manage its members while Guest is someone invited from outside of the organization. For normal team members, no role is required. enum

Output

ParameterDescriptionData Type
Channel Member IDID of the new member in the channelstring
Member ObjectThe member object invitedObject
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