SlideShare a Scribd company logo
1 of 14
Building Apps Using
Microsoft Graph
Udaiappa Ramachandran ( Udai )
//linkedin.com/in/udair
Who am I?
ā€¢ Udaiappa Ramachandran ( Udai )
ā€¢ CTO, Akumina, Inc.,
ā€¢ Consultant
ā€¢ New Hampshire Cloud User Group (http://www.meetup.com/nashuaug )
ā€¢ Focus on Cloud Computing
ā€¢ Microsoft Azure, Amazon Web Services and Google
ā€¢ http://cloudycode.wordpress.com
ā€¢ @nhcloud
Agenda
ā€¢ Overview of Microsoft Graph
ā€¢ Opportunity
ā€¢ Supported Languages
ā€¢ API Category
ā€¢ Auth
ā€¢ Demo
ā€¢ References
ā€¢ Q & A
Opportunity
ā€¢ 85% of all Fortune 500 companies have data in Microsoft Graph
ā€¢ 100M monthly active users on Office 365 commercial
ā€¢ 400M outlook.com active users
ā€¢ 8T resources (emails, events, users, files, groups and more) in Microsoft Graph
Source: https://developer.microsoft.com/en-us/graph
Microsoft Graph
Supported SDKs
What you can build
ā€¢ Dashboard
ā€¢ Bots
ā€¢ Smart Calendar
ā€¢ Connecting People and Devices
ā€¢ Intranet portals/Digital workplace
ā€¢ ā€¦.and More that can use Graph Data
Microsoft Graph-API Category
ā€¢ Users
ā€¢ Groups
ā€¢ Outlook Mail
ā€¢ Outlook Calendar
ā€¢ Personal Contacts
ā€¢ OneDrive
ā€¢ Excel
ā€¢ Planner
ā€¢ Insights
ā€¢ People
ā€¢ Extensions
ā€¢ OneNote
ā€¢ SharePoint Sites
ā€¢ SharePoint Lists
ā€¢ Batching (beta)
ā€¢ Microsoft Teams (beta)
Common queries
Operation URL
GET my profile https://graph.microsoft.com/v1.0/me
GET my files https://graph.microsoft.com/v1.0/me/drive/root/children
GET my photo https://graph.microsoft.com/v1.0/me/photo/$value
GET my mail https://graph.microsoft.com/v1.0/me/messages
GET my high importance email https://graph.microsoft.com/v1.0/me/messages?$filter=importance%20eq%20'high'
GET my calendar events https://graph.microsoft.com/v1.0/me/events
GET my manager https://graph.microsoft.com/v1.0/me/manager
GET last user to modify file foo.txt https://graph.microsoft.com/v1.0/me/drive/root/children/foo.txt/lastModifiedByUser
GET Office365 groups Iā€™m member of https://graph.microsoft.com/v1.0/me/memberOf/$/microsoft.graph.group?$filter=groupTypes/any(a:a%20eq%20'unified')
GET users in my organization https://graph.microsoft.com/v1.0/users
GET groups in my organization https://graph.microsoft.com/v1.0/groups
GET people related to me https://graph.microsoft.com/v1.0/me/people
GET items trending around me https://graph.microsoft.com/beta/me/insights/trending
GET my notes https://graph.microsoft.com/beta/me/onenote/notebooks
Auth
ā€¢ Microsoft Authentication Library(MSAL)- preview in .net, js, ios, android
ā€¢ Custom - OAuth2 Code flow
ā€¢ Custom - OAuth2 Implicit flow
https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-libraries
Demo
ā€¢ Download Slide from
ā€¢ https://www.slideshare.net/UdaiappaRamachandran
ā€¢ Download Source from
ā€¢ https://github.com/nhcloud/techtalk
Reference
ā€¢ //graph.microsoft.com
ā€¢ //developer.microsoft.com/en-us/graph/graph-explorer
ā€¢ //github.com/microsoftgraph
Q & A
Thank you for attending
Boston Codecamp (bcc29)

More Related Content

Similar to Microsoft Graph

Similar to Microsoft Graph (20)

Microsoft graph a way to build secure and smart apps
Microsoft graph a way to build secure and smart appsMicrosoft graph a way to build secure and smart apps
Microsoft graph a way to build secure and smart apps
Ā 
How to use Microsoft Graph in your applications
How to use Microsoft Graph in your applicationsHow to use Microsoft Graph in your applications
How to use Microsoft Graph in your applications
Ā 
Getting started with ms graph api
Getting started with ms graph apiGetting started with ms graph api
Getting started with ms graph api
Ā 
Microsoft Graph
Microsoft GraphMicrosoft Graph
Microsoft Graph
Ā 
Microsoft Graph.pptx
Microsoft Graph.pptxMicrosoft Graph.pptx
Microsoft Graph.pptx
Ā 
Microsoft Graph community call-November 2018
Microsoft Graph community call-November 2018Microsoft Graph community call-November 2018
Microsoft Graph community call-November 2018
Ā 
Microsoft graph (Insider Dev Tour)
Microsoft graph (Insider Dev Tour)Microsoft graph (Insider Dev Tour)
Microsoft graph (Insider Dev Tour)
Ā 
Power of Microsoft Graph API by Nilesh Shah SharePoint Saturday Toronto 2017
Power of Microsoft Graph API by Nilesh Shah SharePoint Saturday Toronto 2017Power of Microsoft Graph API by Nilesh Shah SharePoint Saturday Toronto 2017
Power of Microsoft Graph API by Nilesh Shah SharePoint Saturday Toronto 2017
Ā 
Microsoft Graph community call - April, 2018
Microsoft Graph community call - April, 2018Microsoft Graph community call - April, 2018
Microsoft Graph community call - April, 2018
Ā 
Office Add-in & Microsoft Graph - Development 101
Office Add-in & Microsoft Graph - Development 101Office Add-in & Microsoft Graph - Development 101
Office Add-in & Microsoft Graph - Development 101
Ā 
The slides from my session with Albert-Jan Schot at SharePoint Saturday Monaco
The slides from my session with Albert-Jan Schot at SharePoint Saturday MonacoThe slides from my session with Albert-Jan Schot at SharePoint Saturday Monaco
The slides from my session with Albert-Jan Schot at SharePoint Saturday Monaco
Ā 
Microsoft Graph API - A Single Stop For Your Cloud Solution
Microsoft Graph API - A Single Stop For Your Cloud SolutionMicrosoft Graph API - A Single Stop For Your Cloud Solution
Microsoft Graph API - A Single Stop For Your Cloud Solution
Ā 
Code motion - Extend visualization of microsoft graph data to hololens applic...
Code motion - Extend visualization of microsoft graph data to hololens applic...Code motion - Extend visualization of microsoft graph data to hololens applic...
Code motion - Extend visualization of microsoft graph data to hololens applic...
Ā 
Extend visualization of Microsoft Graph data to HoloLens applications - Alexa...
Extend visualization of Microsoft Graph data to HoloLens applications - Alexa...Extend visualization of Microsoft Graph data to HoloLens applications - Alexa...
Extend visualization of Microsoft Graph data to HoloLens applications - Alexa...
Ā 
Microsoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needsMicrosoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needs
Ā 
Microsoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needsMicrosoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needs
Ā 
Microsoft Graph Community call 2-6-18
Microsoft Graph Community call 2-6-18Microsoft Graph Community call 2-6-18
Microsoft Graph Community call 2-6-18
Ā 
Microsoft Graph and Azure Functions - SharePoint User Group Frankfurt
Microsoft Graph and Azure Functions - SharePoint User Group FrankfurtMicrosoft Graph and Azure Functions - SharePoint User Group Frankfurt
Microsoft Graph and Azure Functions - SharePoint User Group Frankfurt
Ā 
Tech talks 2016 office365
Tech talks 2016 office365Tech talks 2016 office365
Tech talks 2016 office365
Ā 
#Techorama belgium 2018 vincent biret what's new with the #MicrosoftGraph
#Techorama belgium 2018 vincent biret what's new with the #MicrosoftGraph#Techorama belgium 2018 vincent biret what's new with the #MicrosoftGraph
#Techorama belgium 2018 vincent biret what's new with the #MicrosoftGraph
Ā 

More from Udaiappa Ramachandran

More from Udaiappa Ramachandran (20)

RAG Patterns and Vector Search in Generative AI
RAG Patterns and Vector Search in Generative AIRAG Patterns and Vector Search in Generative AI
RAG Patterns and Vector Search in Generative AI
Ā 
Level up your security using Intune.pptx
Level up your security using Intune.pptxLevel up your security using Intune.pptx
Level up your security using Intune.pptx
Ā 
Building AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxBuilding AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptx
Ā 
AI-Plugins-Planners-Persona-SemanticKernel.pptx
AI-Plugins-Planners-Persona-SemanticKernel.pptxAI-Plugins-Planners-Persona-SemanticKernel.pptx
AI-Plugins-Planners-Persona-SemanticKernel.pptx
Ā 
DOTNET8.pptx
DOTNET8.pptxDOTNET8.pptx
DOTNET8.pptx
Ā 
AzureSynapse.pptx
AzureSynapse.pptxAzureSynapse.pptx
AzureSynapse.pptx
Ā 
Vector Search using OpenAI in Azure Cognitive Search.pptx
Vector Search using OpenAI in Azure Cognitive Search.pptxVector Search using OpenAI in Azure Cognitive Search.pptx
Vector Search using OpenAI in Azure Cognitive Search.pptx
Ā 
SecureAzureServicesUsingADAuthentication.pptx
SecureAzureServicesUsingADAuthentication.pptxSecureAzureServicesUsingADAuthentication.pptx
SecureAzureServicesUsingADAuthentication.pptx
Ā 
AzureOpenAI.pptx
AzureOpenAI.pptxAzureOpenAI.pptx
AzureOpenAI.pptx
Ā 
OpenAI-Copilot-ChatGPT.pptx
OpenAI-Copilot-ChatGPT.pptxOpenAI-Copilot-ChatGPT.pptx
OpenAI-Copilot-ChatGPT.pptx
Ā 
DiagnoseAndSolveproblems.pptx
DiagnoseAndSolveproblems.pptxDiagnoseAndSolveproblems.pptx
DiagnoseAndSolveproblems.pptx
Ā 
MAUI.pptx
MAUI.pptxMAUI.pptx
MAUI.pptx
Ā 
CosmosDB.pptx
CosmosDB.pptxCosmosDB.pptx
CosmosDB.pptx
Ā 
.NET7.pptx
.NET7.pptx.NET7.pptx
.NET7.pptx
Ā 
AzureDevOps
AzureDevOpsAzureDevOps
AzureDevOps
Ā 
AzureCostManagementAndBilling
AzureCostManagementAndBillingAzureCostManagementAndBilling
AzureCostManagementAndBilling
Ā 
.NET6.pptx
.NET6.pptx.NET6.pptx
.NET6.pptx
Ā 
Azure Automation and Update Management
Azure Automation and Update ManagementAzure Automation and Update Management
Azure Automation and Update Management
Ā 
Azure staticwebapps
Azure staticwebappsAzure staticwebapps
Azure staticwebapps
Ā 
Azure privatelink
Azure privatelinkAzure privatelink
Azure privatelink
Ā 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(ā˜Žļø+971_581248768%)**%*]'#abortion pills for sale in dubai@
Ā 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
Ā 

Recently uploaded (20)

Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Ā 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
Ā 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
Ā 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
Ā 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
Ā 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
Ā 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Ā 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
Ā 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
Ā 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
Ā 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
Ā 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
Ā 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Ā 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
Ā 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Ā 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
Ā 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
Ā 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
Ā 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Ā 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
Ā 

Microsoft Graph

  • 1. Building Apps Using Microsoft Graph Udaiappa Ramachandran ( Udai ) //linkedin.com/in/udair
  • 2. Who am I? ā€¢ Udaiappa Ramachandran ( Udai ) ā€¢ CTO, Akumina, Inc., ā€¢ Consultant ā€¢ New Hampshire Cloud User Group (http://www.meetup.com/nashuaug ) ā€¢ Focus on Cloud Computing ā€¢ Microsoft Azure, Amazon Web Services and Google ā€¢ http://cloudycode.wordpress.com ā€¢ @nhcloud
  • 3. Agenda ā€¢ Overview of Microsoft Graph ā€¢ Opportunity ā€¢ Supported Languages ā€¢ API Category ā€¢ Auth ā€¢ Demo ā€¢ References ā€¢ Q & A
  • 4. Opportunity ā€¢ 85% of all Fortune 500 companies have data in Microsoft Graph ā€¢ 100M monthly active users on Office 365 commercial ā€¢ 400M outlook.com active users ā€¢ 8T resources (emails, events, users, files, groups and more) in Microsoft Graph Source: https://developer.microsoft.com/en-us/graph
  • 7. What you can build ā€¢ Dashboard ā€¢ Bots ā€¢ Smart Calendar ā€¢ Connecting People and Devices ā€¢ Intranet portals/Digital workplace ā€¢ ā€¦.and More that can use Graph Data
  • 8. Microsoft Graph-API Category ā€¢ Users ā€¢ Groups ā€¢ Outlook Mail ā€¢ Outlook Calendar ā€¢ Personal Contacts ā€¢ OneDrive ā€¢ Excel ā€¢ Planner ā€¢ Insights ā€¢ People ā€¢ Extensions ā€¢ OneNote ā€¢ SharePoint Sites ā€¢ SharePoint Lists ā€¢ Batching (beta) ā€¢ Microsoft Teams (beta)
  • 9. Common queries Operation URL GET my profile https://graph.microsoft.com/v1.0/me GET my files https://graph.microsoft.com/v1.0/me/drive/root/children GET my photo https://graph.microsoft.com/v1.0/me/photo/$value GET my mail https://graph.microsoft.com/v1.0/me/messages GET my high importance email https://graph.microsoft.com/v1.0/me/messages?$filter=importance%20eq%20'high' GET my calendar events https://graph.microsoft.com/v1.0/me/events GET my manager https://graph.microsoft.com/v1.0/me/manager GET last user to modify file foo.txt https://graph.microsoft.com/v1.0/me/drive/root/children/foo.txt/lastModifiedByUser GET Office365 groups Iā€™m member of https://graph.microsoft.com/v1.0/me/memberOf/$/microsoft.graph.group?$filter=groupTypes/any(a:a%20eq%20'unified') GET users in my organization https://graph.microsoft.com/v1.0/users GET groups in my organization https://graph.microsoft.com/v1.0/groups GET people related to me https://graph.microsoft.com/v1.0/me/people GET items trending around me https://graph.microsoft.com/beta/me/insights/trending GET my notes https://graph.microsoft.com/beta/me/onenote/notebooks
  • 10. Auth ā€¢ Microsoft Authentication Library(MSAL)- preview in .net, js, ios, android ā€¢ Custom - OAuth2 Code flow ā€¢ Custom - OAuth2 Implicit flow https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-libraries
  • 11. Demo ā€¢ Download Slide from ā€¢ https://www.slideshare.net/UdaiappaRamachandran ā€¢ Download Source from ā€¢ https://github.com/nhcloud/techtalk
  • 13. Q & A
  • 14. Thank you for attending Boston Codecamp (bcc29)