Get details of Teams Instant Meeting in a channel using Microsoft Graph API

Minh Duc Ngo 1 Reputation point
2021-09-01T05:21:22.417+00:00

Hello,
I'm a developer software . I have using microsoft graph api to my project for Education Solution. But i can not get the meeting online ID from channel ID as on Microsoft Teams Application. Can you help me some infomations to do it.
Thanks you so much!

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 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.
2,886 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. HarmeetSingh7172 4,811 Reputation points
    2022-02-23T18:25:23.993+00:00

    Hi @Minh Duc Ngo

    You can retrieve meeting information via joinWebUrl.
    This option is available to support use cases where the meeting ID isn't known but the joinWebUrl is, such as when a user creates a meeting (for example, in the Microsoft Teams client), and a separate application needs to retrieve meeting details as a follow-up action.

    GET https://graph.microsoft.com/v1/me/onlineMeetings?$filter=JoinWebUrl%20eq%20'https%3A%2F%2Fteams.microsoft.com%2Fl%2Fmeetup-join%2F19%253ameeting*********'  
    

    You can refer to the attached screenshot-

    177226-joinweburl.png

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