Aug 31 2023 12:35 AM
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();
Aug 31 2023 02:54 AM
@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?
Sep 07 2023 06:30 AM