Does Microsoft Graph API support the OAuth for outlook.com accounts or any free microsoft accounts or non-office 365 accounts?

rajeev nylas 1 Reputation point
2021-03-18T17:00:29.693+00:00

I am trying to OAuth a non-office 365 account using Graph APIs. It ain't working. I could not find if Graph supports such accounts for OAuth?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,520 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-03-19T19:20:13.963+00:00

    Using Graph API you can access both the work/school or MSA (Outlook.com) as well. In short, you can use Microsoft Graph to reach users with Microsoft personal accounts, such as @harsh.com .com, @Karima ben .com, or @Microsoft Corporation .com accounts. With their consent, you can use Microsoft Graph to access users' profiles, their Office services like OneDrive and Outlook mail, calendar, and contacts, and their Windows 10 devices and activities. Here's the doc.

    0 comments No comments