chaitanya naik
chaitanya naik

Reputation: 23

How do i create an account to access the MS Graph API?

I need to access the MS graph APIs to hit the basic APIs and to do so i need to create an account. I have already created an free business account through https://www.office.com/ But I do not have an access to the mail box, calendar, contacts. Do i need to create a separate account? or is the objects available in the paid version?

Upvotes: 1

Views: 186

Answers (1)

Yina - MSFT
Yina - MSFT

Reputation: 1786

Chaitanya, if you already have an Office 365 account then you can use the Microsoft Graph API to get data in that account. You can start by accessing the basic set of requests using the Microsoft Graph API explorer: https://graph.microsoft.io/en-us/graph-explorer. The list of request you can try are in the overview documentation: https://graph.microsoft.io/en-us/docs/overview/overview. After that you can register your own app to get programmatic access to the data.

Upvotes: 1

Related Questions