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.
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.
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.
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 https://graph.microsoft.com © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
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": "2017-12-30T11", "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 email 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
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.
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.
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.
Microsoft Build 2017 4/6/2019 8:19 AM Call to action Learn more at https://developer.microsoft.com/en-us/graph/docs/concepts/extensibility_overview Find SDKs and samples at https://github.com/microsoftgraph Connect with the team on: Twitter using #MicrosoftGraph http://stackoverflow.com [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.
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.