Create an Online Meeting

Peter Stoltenberg 21 Reputation points
2022-11-09T23:38:34.913+00:00

Hello,

I am using this endpoint to create an online meeting.

"[POST] https://graph.microsoft.com/v1.0/users/{userID}/events". I am using the following as my body

{
"subject": "Let's go for lunch",
"body": {
"contentType": "HTML",
"content": "Does noon work for you?"
},
"start": {
"dateTime": "2017-04-15T12:00:00",
"timeZone": "Pacific Standard Time"
},
"end": {
"dateTime": "2017-04-15T14:00:00",
"timeZone": "Pacific Standard Time"
},
"isOnlineMeeting": true,
"onlineMeetingProvider": "teamsForBusiness"
}

I return a 200 OK, so far so good. However what I am noticing is that the url is "incorrect", so I can't actually access the meeting.

What I think is happening, is that the url that is generated is redacting the Client App ID from Azure in the URL.. See below.

https://teams.microsoft.com/l/meetup-join/19%3ameeting_NzQzNGI1OTE---ViLTliNjktMWNiMjZjYjUyY2U1%40thread.v2/0?context=%7b%22Tid%22%3a%22\<REDACTED>%22%2c%22Oid%22%3a%22f676eb1c-4c21---89b-10617e392dc1%22%7d
258887-image.png

I think that's the case because when I manually create an online teams meeting I get this result. Any thoughts?

https://teams.microsoft.com/l/meetup-join/19%3ameeting_YTY0OTliYjQtYThjMS00NDI3LTljMmQtM2UzYTQ0ZGE5YWYx%40thread.v2/0?context=%7b%22Tid%22%3a%22ca75d510-bbfc-\*\*\*-\*\*\*\*-\*\*\*\*\*\*\*\*%22%2c%22Oid%22%3a%22f676eb1c-4c21-458e-989b-10617e392dc1%22%7d

Anyone have anythoughts as why my url is redacted?

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

Accepted answer
  1. Shivam Dhiman 5,946 Reputation points
    2022-11-10T04:20:34.853+00:00

    Hi @Peter Stoltenberg

    I tried to replicate this scenario, but it is working as expected. I would recommend you raise a support case with Microsoft Graph, a Support Engineer will be able to assist you better. You can raise support ticket from
    http://aad.portal.azure.com/ or https://admin.microsoft.com/#/support/requests.

    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.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Peter Stoltenberg 21 Reputation points
    2022-11-11T21:17:19.987+00:00

    Ah, It was something on my provdider side.

    Thanks Shivam!

    Peter

    0 comments No comments