Share via

Facing some Error when creating event Error Code : UnableToDeserializePostBody

Nisha Singh 1 Reputation point
2021-05-12T11:24:24.68+00:00

I am trying to create a microsoft teams meeting using graph API(post).

I have used Post request(v1.0) to a url : https://graph.microsoft.com/v1.0/me/events and I am using "application/json" as content type .

But, when I triggered the url, It is throwing me an 400 error :"code": "UnableToDeserializePostBody".

I have provided all the details in the body like :attendees,starttime,endtime and also below parameters.

"isOnlineMeeting": "True",
"onlineMeetingProvider": "teamsForBusiness"

Please kindly help me to resolve this issue!

Developer technologies | Small BASIC
Developer technologies | Small BASIC

A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.

0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.