Forum Discussion
vishalbrahmbhatt
Aug 31, 2023Copper Contributor
Getting 400 Bad Request Error in MS Teams - Graph API
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();
- Prasad_Das-MSFTMicrosoft
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?
- Prasad_Das-MSFTMicrosoftCould 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?