How to make a POST request with Bearer Token?

Kokul Jose 311 Reputation points
2020-08-16T08:53:34.65+00:00

I have a token and I need to make a POST request for creating an event using MSGraph API. How can i do it?
I have token,Subject,Start Time,End Time,Event Locations and Event Attendees.

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
756 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 42,786 Reputation points Microsoft Employee
    2020-08-17T08:13:13.713+00:00

    anonymous user You can use this reference documentation to create a post request for an event. The bearer token needs to be passed as an header in the request.

    You can also check this SO thread on using the access token while passing it in the request along with the event details.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful