Is there any possibility to call a spacific user/employee on M.teams through api

Amir Sohail 416 Reputation points
2022-12-06T18:46:32.193+00:00

AOA,
I hope all of you are feeling well!
Problem statement: Our organization wants to create a call on M.teams for users when someone orders from our shopping center. This means that we want to create a Microsoft teams call for Admin through API when we find a request on our application.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,691 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
4,056 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bhanu Kiran 3,616 Reputation points
    2022-12-07T03:03:04.013+00:00

    Hello @Amir Sohail ,

    You can make use of Call Graph API. Create call API enables your bot to create a new outgoing peer-to-peer or group call or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned here.

    Learn more on how to register the calling bot: https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/calls-and-meetings/registering-calling-bot

    Hope this helps.

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


Your answer

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