How to extract Meeting ID from the Teams Meeting Link?

Kripa 140 Reputation points
2024-10-29T15:25:41.55+00:00

Ref link:https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/api-transcripts?source=recommendations#list-calltranscripts

To use Graph API i need Meeting ID so, API below:

GET /users('{userId}')/onlineMeetings('{meetingId}')/transcripts

Example from the link:

GET https://graph.microsoft.com/beta/users/ba321e0d-79ee-478d-8e28-85a19507f456/onlineMeetings/MSo1N2Y5ZGFjYy03MWJmLTQ3NDMtYjQxMy01M2EdFGkdRWHJlQ/transcripts

So they have used meeting ID :MSo1N2Y5ZGFjYy03MWJmLTQ3NDMtYjQxMy01M2EdFGkdRWHJlQ

And i am using Meeting ID :342 678 142 569 (Kind of numeric values)
Thats why i am getting error:

Invalid meeting id 444 082 296 272

I need to know how to extract like this values for Meeting ID.

if i am having meeting link and meeting ID and password from Teams Calendar

Please assist me ASAP.

Microsoft Teams | Development
Microsoft Security | Microsoft Graph
Microsoft Teams | Microsoft Teams for business | Other
{count} votes

Accepted answer
  1. Hitesh Pachipulusu - MSFT 3,620 Reputation points Microsoft External Staff
    2024-10-30T08:54:04.0033333+00:00

    Hello Kripa,

    Thank you for reaching out to Microsoft Support!

    It looks like you're trying to use the Microsoft Graph API to get transcripts for an online meeting, but you're encountering issues with the meeting ID format. The meeting ID you need for the API is a unique identifier that looks different from the numeric meeting IDs you see in Teams.

    To extract the correct Graph onlinemeeting ID using UI Teams Meeting ID, follow these steps:

    GET https://graph.microsoft.com/v1.0/me/onlineMeetings?$filter=joinMeetingIdSettings/joinMeetingId%20eq%20'1234567890'
    

    Please refer to documentation. Also, meeting id 444 082 296 272, dont use spaces in Graph API endpoint.

    PFB.

    image (10)

    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.


1 additional answer

Sort by: Most helpful
  1. Anonymous
    2024-10-30T02:25:03.4433333+00:00

    Hi @Kripa Gautam

    Teams tag is mainly focused on the general issue of Microsoft Teams troubleshooting. According to your description, your question is related to Teams Development which is not in our support scope. The following suggestion is just for your reference:

    You can use the Graph API to get the meeting ID, for more details refer to Obtain meeting ID and organizer ID


    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.


    0 comments No comments

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.