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

Integration Service Activities

Last updated Mar 12, 2026

Create Online Teams Meeting

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
Create an online meeting in Microsoft Teams.POST/me/events

Input

ParameterDescriptionData Type
SubjectThe subject of the online meetingstring
Start timeThe meeting start timedate time
End timeThe meeting end timedate time
DescriptionThe main content or description of the eventstring
Required attendeesPass the email addresses of the required attendees in a comma-separated format. string array
Optional attendeesPass the email addresses of the optional attendees in a comma-separated format. string array
Permission for presentersSpecifies who can be a presenter in a meeting.enum
Permission for meeting chatSpecifies the mode of meeting chat.enum
Permission to bypass lobbySpecifies the type of participants that are automatically admitted into a meeting, bypassing the lobby. enum
Allowed to enable camera?Indicates whether attendees can turn on their camera or not. boolean
Allowed to enable mic?Indicates whether attendees can turn on their microphone or not. boolean
Allow team reactions?Indicates whether teams reactions are enabled for the meeting or not. boolean
Announce entry or exit?Indicates whether to announce when callers join or leave.boolean
Record automatically?Indicates whether to record the meeting automatically.boolean
Allow dial-in bypass lobby?Indicates whether or not to always let dial-in callers bypass the lobby. boolean
Allow new time proposalsAllows participants to propose new times for the event.boolean

Output

ParameterDescriptionData Type
Join meeting passcodeThe passcode required for joining the meetingstring
Join meeting I DA unique identifier to join the meeting.string
Join meeting U R LThe web address used to join the Teams meetingstring
Online MeetingFull online meeting details 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