Getting 3004: Specified meeting is not found

Goktug 25 Reputation points
2024-09-30T09:52:03.66+00:00

Hi,
I want to get information about a meeting using the onlineMeetings API.
However I am getting this error;

code": "NotFound",
        "message": "3004: Specified meeting is not found"

The meeting is in the ms teams calendar and I am sure that I entered the joinurl and userId parameters correctly.
I am getting this error after following request if it is important;

https://graph.microsoft.com/v1.0/users/userId/onlineMeetings?$filter=JoinWebUrl eq <joinUrl>

The strange thing is,

The same request returns 200: success after the meeting. However, after about 3-4 days, it is returning the error I mentioned above. (The exact same request, I am sure)

What is the reason for this and how can I fix it?

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

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.