Share via

is it possible to make 1 : 1 call from the microsoft graph api without using bot ?

Siddhartha Sharma 20 Reputation points
2026-04-03T12:46:49.5333333+00:00

Hii

I am new to microsoft graph APIs and i would like to know if it is possible to make 1 to 1 call from the microsoft graph api without using the bot.

My requirement is to make call from my platform to customers teams.

I do not want to use deep link method.

Thanks for any Help

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

0 comments No comments

Answer accepted by question author
  1. Vergil-V 11,000 Reputation points Microsoft External Staff Moderator
    2026-04-03T13:32:43.7733333+00:00

    Hi @Siddhartha Sharma 

    Based on my research, initiating a call directly through the Microsoft Graph API requires using Teams calling bot. Microsoft Graph calling APIs are supported only for service applications (bots) and are not available for standard user‑based applications.undefined

    Reference: Create call - Microsoft Graph v1.0 | Microsoft Learn

     

    For scenarios that do not involve a bot, there is an alternative, you may consider using Azure Communication Services with the Calling SDK

    The Azure Communication Services Calling SDK allows Teams user devices to enable voice and video communication experiences across multiple platforms, including JavaScript, Windows, Android using Java, and iOS using Objective‑C. This makes it a flexible option for building cross‑platform calling solutions. 

    The key benefits include: 

    undefined

    How it works:  Your platform authenticates the caller as a Microsoft 365 user using Azure Communication Services. Using the ACS Calling SDK, you initiate a 1:1 VoIP call by providing the Microsoft Entra ID Object ID of the customer being called. The call then rings directly in the customer’s Microsoft Teams client (desktop, mobile, or web), without using a Teams calling bot or Microsoft Graph calling APIs, and without relying on deep links.

    I hope this provides additional context and helps clarify the available approaches for your scenario. 


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.