Forum Discussion
RobertoGomez
Jun 19, 2026Copper Contributor
Microsoft Teams API Capabilities
Good morning, We are contacting you to find out whether it is possible to achieve the following functionalities through the Microsoft Teams API: Start a scheduled meeting automatically Through a ...
Sayali-MSFT
Microsoft
Jun 24, 2026Hello RobertoGomez,
- Start a scheduled meeting automatically
This is not directly supported through Teams APIs. While a calling/meeting bot can programmatically join a scheduled meeting, there is no supported API to automatically press the Teams Room "Join" button or start a meeting UI without user interaction.
Working with the cloud communications API in Microsoft Graph - Microsoft Graph v1.0 | Microsoft Learn - Automatically answer an incoming call in a meeting room
Not supported through general Teams APIs. Auto-answer is available only for certain Teams-certified devices (such as Teams Rooms and Teams phones) through device configuration and policies, rather than via Teams API calls.
Setup - Auto Attendant - Microsoft Teams | Microsoft Learn - Add participants to an ongoing call or meeting
Yes, supported. Microsoft Graph Cloud Communications APIs allow applications or bots to invite additional participants to an active call or meeting using the participant invite API.
participant: invite - Microsoft Graph v1.0 | Microsoft Learn