Graph API: Unable to Retrieve Online Meeting - 404 Error & 3004: Meeting properties are not found

Suhas Subramanya 15 Reputation points
2024-08-13T07:17:16.6966667+00:00

Our application on one of our clients is encountering an issue with the Microsoft Graph API when trying to retrieve details for a specific online meeting using the joinWebUrl.

Below is the API request that results in the error:

GET https://graph.microsoft.com/v1.0/me/onlineMeetings?$filter=joinWebUrl eq 'https://teams.microsoft.com/l/meetup-join/19%3ameeting_***REDACTED***'

The response from this request is a 404 error with the following message:

{
  "client-request-id": "2457e476-efef-4d82-88e0-18007b16f69d",
  "content-type": "application/json",
  "request-id": "c5bb4257-a03f-489e-98ea-823c796a8e1f",
  "message": "3004: Meeting properties are not found"
}

Notes:

  • We have verified that the joinWebUrl used in the API request is identical to the one you get on Microsoft Teams' calendar.

Additionally, the client is also unable to save changes in the meeting options from Microsoft Teams, which is resulting in a similar 404 error in the console.

User's image

We would appreciate any insights or guidance on resolving this issue.
Thanks.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,984 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.
3,245 questions
{count} votes

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.