Introduction

Completed

Microsoft Graph provides access to data stored across Microsoft 365 services. Custom applications can use the Microsoft Graph API (application programming interface) to connect to data and to enhance organizational productivity.

Prerequisites

Learning objectives

In this module, you will:

  • Learn about what Microsoft Graph is and how it can be used
  • Understand the benefits that Microsoft Graph offers
  • Use Microsoft Graph Explorer to retrieve organizational data

Scenario

Your company is building a custom web application that helps salespeople work with customers. The overall goal of the application is to give relevant customer data to salespeople so they can make better decisions and close more sales.

The sales application will support assigning a customer to a salesperson and provide a detailed history about interactions between the two. Using the application, a salesperson can view:

  • Messages sent (chat and email)
  • Meetings attended
  • Notes
  • Key contacts
  • Related files

You've also proposed integrating information about the sales organization into the app. Integrating data will make it easier for salespeople to find help as they prepare for and join customer calls.

Overview diagram that shows how components of the sales application interact.

Microsoft Graph provides a single endpoint that the app can use to access the required data and to simplify the overall development process.