Cannot get the name of a TEAMS Meeting

Petros Karaoglanis 1 Reputation point
2021-02-05T14:10:11.947+00:00

When i hit https://graph.microsoft.com/v1.0/communications/callRecords/{id} i cannot find in the received information the name of my meeting.

Is there another way to get this information?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,239 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-02-06T18:08:30.723+00:00

    I haven't noticed the above Graph API provides the name of the meeting. You can consider raising a Microsoft Uservoice/feature request, so that it can be considered to be implemented.


  2. Saonti - MSFT 171 Reputation points
    2021-02-19T10:46:31.75+00:00

    Hi @Petros Karaoglanis , If you are trying to get Teams Online Meeting Details, you can try out this API :
    GET /me/onlineMeetings/{meetingId}
    Check Docs for further details.
    You will be getting the Subject of the meeting as well.