Getting 400 Bad Request Error in MS Teams - Graph API

Copper Contributor

I am trying to fetch the online meeting details from the graph API but I am getting 400 Bad Requests.
Tech: ASP.net core 6.0 Graph API package: 5.2.1.

 

Here is the code 

 

 var result = await graphClient.Me.OnlineMeetings.GetAsync();

 

 

2 Replies

@vishalbrahmbhatt - Could you please provide more details on your issue? Could you please share the complete request and response details along with request id and timestamp, so that we can investigate this from our end?

Could you please provide more details on your issue? Could you please share the complete request and response details along with request id and timestamp, so that we can investigate this from our end?