Get onlineMeeting details from api base on webJoinUrl

Copper Contributor

I'm using graphql api, 
I created an event as an online meeting and receive a webJoinUrl
after that, I use GET /users/{userId}/onlineMeetings?$filter=JoinWebUrl%20eq%20'{joinWebUrl}' 
but I got an 'notfound' error

anyone can help me?

4 Replies
Hello,
We are looking into this. We will try and repro this at our end and will get back to you soon with the findings.
Thanks

@SaraNguyen - 
I tried to repro but didn't face any issue.
 

I did try the same API and filter query as you shared.

Like this : 

https://graph.microsoft.com/v1.0/users/ef16aa89-0000-4000-a000-761b000077c0/onlineMeetings?$filter=J...

 Could you please confirm that you are giving the correct join URL? 

Thanks, 

Hunaid Hanfee

--------------------------------------------------------------------------------------------------------------

If the response is helpful, please click "Mark as Best Response" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate. 

Thank you for your response
I missed that joinWebUrl must be URL encoded.
If the response is helpful, could you please click "Mark as Best Response" and like it.