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

Integration Service Activities

Last updated Mar 12, 2026

Invite User to Team

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
Add a guest Microsoft account user or an organization's Azure AD user to a Microsoft Teams team. POST/normalised-teams/{team_id}/members

Input

ParameterDescriptionData Type
Team IDSelect the team from the dropdown or pass the team ID. The ID can be retrieved from the output of Get Team by Name. 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. string
User roleRole 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. enum

Output

ParameterDescriptionData Type
User objectUser object addedObject
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