Download presentation
Presentation is loading. Please wait.
Published byElla Marsh Modified over 6 years ago
1
4/6/2019 8:19 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
2
Add custom data to Microsoft Graph
4/6/2019 8:19 AM P4153 Add custom data to Microsoft Graph Dan Kershaw Principal program manager © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
3
Agenda Microsoft Graph Overview Extending Microsoft Graph Demos
© 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
4
What is Microsoft Graph?
4/6/2019 8:19 AM What is Microsoft Graph? Connect to data that drives productivity and reach 100s millions of users /me, /users, /groups, /messages, /drive Relationships /me/drive/items/<id>/lastModifiedByUser Insights /me/people © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
5
Extending Microsoft Graph
Open extensions GET /v1.0/me/message/<id>/?$expand=extensions {… "subject": "Sales opportunity", "extensions": [ { "extensionName": "Com.Contoso.Referral", "companyName": "Wingtip Toys", "expirationDate": " T11", "dealValue": 10,000 } ] Extending Microsoft Graph Add extensions to user, group, mail & more Schema Extensions POST /v1.0/schemaExtensions { "id":"graphlearn_courses", "description": "Training courses extensions", "targetTypes": [ "Group" ], "properties": [ "name": "courseId", "type": "Integer" }, "name": "courseName", "type": "String" } ] This is about a customer referral Join key to an app’s user profile store "displayName": "Dan Kershaw" "officeLocation": "27" "jobTitle": "PRINCIPAL PM" Dan This group is the ECO101 class
6
Demo Roaming user settings using open extensions
Microsoft Connect 2016 4/6/2019 8:19 AM Demo Roaming user settings using open extensions © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
7
Demo Enterprise training apps using schema extensions
Microsoft Connect 2016 4/6/2019 8:19 AM Demo Enterprise training apps using schema extensions © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
8
Microsoft Graph extensions summary
Microsoft Build 2017 4/6/2019 8:19 AM Microsoft Graph extensions summary Two extension mechanisms: Open extensions – Simple way to quickly add data to a resource Schema extensions – strongly typed, filterable properties, discoverable Both available on Directory and Outlook resources © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
9
Microsoft Build 2017 4/6/2019 8:19 AM Call to action Learn more at Find SDKs and samples at Connect with the team on: Twitter using #MicrosoftGraph [microsoftgraph] for developer questions Re-visit Build session recordings on Channel 9 © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
10
4/6/2019 8:19 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.