Teams Meeting

Cristian 0 Reputation points
2024-05-13T17:19:28.1133333+00:00

I am trying to get the user from an ongoing meeting using MS Graph api, Is there a way to do this?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,858 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. CharanyaB-MSFT 1,651 Reputation points Microsoft Vendor
    2024-05-13T17:50:20.93+00:00

    Hello @Joseph,

    Thank you for reaching Microsoft.

    You can retrieve a list of participant objects in the call using the below API. But you cannot get the information of the user in an ongoing meeting using Microsoft Graph API.

    GET /communications/calls/{id}/participants.

    Documentation reference: List participants - Microsoft Graph v1.0 | Microsoft Learn

    Hope this helps.

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

    0 comments No comments