Office 365 – Microsoft Graph beginning – Part 1

Office 365 - Microsoft Graph - Accessing different Microsoft services
Office 365 - Microsoft Graph - Accessing different Microsoft services

Hi All,

In this article we will discuss basics about Microsoft Graph and we will have series of articles in more details.

In One of the previous article “Office 365 – Microsoft Graph and Graph Explorer” we have discussed basics about Microsoft Graph and Graph Explorer. Since then also lots of changes happening, lots of support came like Graph APIs for Microsoft Teams, using MS Graph APIs in SPFX component, unifies access to services in M365 suite and so. So, thought to again write series of articles and exploring more detailed in Microsoft Graph concepts, use cases and examples.  

Note: I would say those who really want to go in depth of Microsoft Graph, please go through all the articles in this series, put your comments, ask questions. For Office 365 / SharePoint online developers, Microsoft Graph is the future.

Microsoft Graph:

  1. Microsoft Graph unifies access to the services in M365 suite.
    • M365 is defined by Microsoft as “A complete, intelligent solution, including Office 365, Windows 10, and Enterprise Mobility + Security, that empowers everyone to be creative and work together, securely.”
  2. We can fetch data using single public endpoint – https://graph.microsoft.com either using simple REST calls or with an SDK available on just about any platform
  3. For following services to fetch the data Microsoft Graph provides REST APIs and SDKs
    • Office 365 services accessible through Microsoft Graph (till Nov 2018) – SharePoint, OneDrive, Outlook / Exchange, Microsoft Teams, OneNote, Planner, Excel, Azure AD
    • Azure AD
    • Education
    • Enterprise Mobility and Security services: Identity Manager, Intune, Advanced Threat Analytics, and Advanced Threat Protection.
    • Windows 10 services: activities and devices
Office 365 - Microsoft Graph - Accessing different Microsoft services

Figure 1: Office 365 – Microsoft Graph – Accessing different Microsoft services

Before Microsoft Graph, we have bit challenges while fetching data across these different Microsoft services:

  1. Each service had their own REST points
  2. Discovering these different endpoints
  3. We need to authenticate each endpoint separately 
  4. We need to manage different permissions
  5. We need to manage different data formats which is returned by respective end point

Why Should Office 365 / SharePoint Online developer understand Microsoft Graph:

  1. Covers APIs across multiple services – Office 365, Azure AD, Enterprise Mobility and Security, Windows 10
  2. Single endpoint for all the above Microsoft services
  3. Single access token for authentication to multiple services
  4. Managing permissions with common permission model
  5. Microsoft Graph supports multiple languages and platforms either through REST APIs or SDK available such as:
    • Android
    • Angular
    • ASP.NET MVC
    • iOS
    • Java Script
    • PHP
    • Python
    • Ruby
    • UWP
    • Xamrin

Figure 2:Office 365 – Microsoft Graph – Various languages and platform support

Microsoft Graph Developer stack:

Office 365 - Microsoft Graph - Developer Stack

Figure 3:Office 365 – Microsoft Graph – Developer Stack

  1. From the above figure, at the bottom there are various data sources available
  2. Using Microsoft Graph APIs, we can fetch data from all these data sources using single endpoint call to https://graph.microsoft.com
  3. In order to access Microsoft Graph API, we need OAuth 2.0 access token – we will cover this in detail in coming articles

References:

  1. M365
  2. Microsoft Graph
  3. Get started with Microsoft Graph
  4. Major services and features in Microsoft Graph.
  5. Graph Explorer
  6. Microsoft Graph GitHub

Thanks for reading 🙂

Keep reading, share your thoughts, experiences. Feel free to contact us to discuss more.

If you have any suggestion / feedback / doubt, you are most welcome. Stay tuned on Knowledge-Junction, will come up with more such articles

Prasham Sabadra

LIFE IS VERY BEAUTIFUL :) ENJOY THE WHOLE JOURNEY :) Founder of Knowledge Junction and live-beautiful-life.com, Author, Learner, Passionate Techie, avid reader. Certified Professional Workshop Facilitator / Public Speaker. Scrum Foundation Professional certificated. Motivational, Behavioral , Technical speaker. Speaks in various events including SharePoint Saturdays, Boot camps, Collages / Schools, local chapter. Can reach me for Microsoft 365, Azure, DevOps, SharePoint, Teams, Power Platform, JavaScript.

You may also like...

3 Responses

  1. December 24, 2018

    […] Office 365 – Microsoft Graph beginning – Part 1 […]

  2. December 29, 2018

    […] 365 – Azure Active Directory – Registering/Creating new Azure App – detailed stepsOffice 365 – Microsoft Graph beginning – Part 1Office 365 – Microsoft Graph – Part 2 – Granting permission to Azure Apps to use Microsoft […]

  3. January 12, 2019

    […] 365 – Azure Active Directory – Registering/Creating new Azure App – detailed stepsOffice 365 – Microsoft Graph beginning – Part 1Office 365 – Microsoft Graph – Part 2 – Granting permission to Azure Apps to use Microsoft […]

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: