Presentation is loading. Please wait.

Presentation is loading. Please wait.

Intelligence in Microsoft Graph

Similar presentations


Presentation on theme: "Intelligence in Microsoft Graph"— Presentation transcript:

1 Intelligence in Microsoft Graph
BRK3199 Intelligence in Microsoft Graph Jon Meling Program Manager Microsoft Development Center Norway / FAST Andreas Eide Program Manager

2 Intelligence in Microsoft Graph
Microsoft Ignite 2016 6/11/2018 8:48 AM Intelligence in Microsoft Graph Jon Meling Program Manager Microsoft Development Center Norway / FAST Andreas Eide Program Manager © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

3 6/11/2018 8:48 AM © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

4 Contents Microsoft Graph Profile and People – Experiences and API
6/11/2018 8:48 AM Contents Microsoft Graph Rich relationships and insights Profile and People – Experiences and API Profile API People API Trending documents – Experiences and API Trending API Shared documents – Experiences and API Shared API Wrap-up © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

5 Microsoft Graph User Files Conversations People & Groups Events
6/11/2018 8:48 AM Microsoft Graph User Files Conversations People & Groups Events PEOPLE MANAGER CONVERSATIONS EVENTS FILES MESSAGES © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6 Intelligence in Microsoft Graph
6/11/2018 8:48 AM Intelligence in Microsoft Graph Your App Microsoft Graph API (graph.microsoft.com) USERS GROUPS FILES MAIL CALENDAR TASKS Microsoft Graph rich relationships and insights © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

7 Rich relationships and insights
6/11/2018 8:48 AM Rich relationships and insights Relationship A relationship is a direct navigation from one object to another. Rich relationship A rich relationship has metadata, and can connect to one or more objects. Insight An insight is an inferred rich relationship created by the Microsoft Graph intelligence. lastModifiedByUser driveItem user SHARED ed 3 pm yesterday TRENDING 2 colleagues modified © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

8 Profile and People Microsoft Ignite 2016 6/11/2018 8:48 AM
© 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

9 Profile API Get and update your own profile information
6/11/2018 8:48 AM Profile API Get and update your own profile information The /me API allows you to get and update your own profile information regardless of where different properties are stored. Get profile information about other users The /users API allows you to get information about other users in your tenancy. See how people are related Traverese the organisation structure using manager and directReports manager /me /users directReports © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

10 Holistic user view Provide a complete view of a user
6/11/2018 8:48 AM Holistic user view Provide a complete view of a user The profile API returns properties combined from multiple services. The profile data is sourced from AAD SharePoint Exchange The consumer of the API does not need to know where data is mastered. user AAD EXO SPO © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

11 Profile API demo – Experience and API
6/11/2018 8:48 AM Profile API demo – Experience and API graph.microsoft.com/v1.0/ GET /me?$select=displayName,aboutMe,jobTitle,skills PATCH /me GET /me/manager GET /users/{id} GET /users/{id}/manager GET /users/{id}/directReports © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

12 People API Browse for the people who matter most to you
6/11/2018 8:48 AM People API Browse for the people who matter most to you The People API dynamically ranks people based on their relevance to the logged in user. A person 10 hops away in the organization may be highly relevant. Browse for people related to people Who does your manager work with? Security and privacy preserved. Search for people Search results ranked on relevancy. The People API supports fuzzy matching for misspelled names and phonetic search. Topics can augment search query to get more relevant results. © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

13 Holistic person view Provide a complete view of an individual
6/11/2018 8:48 AM Holistic person view Provide a complete view of an individual The people API returns holistic people, with properties combined from multiple existing endpoints within Office 365. The people objects returned are sourced from: Directory Outlook contacts Social contacts Relevant people © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

14 Business Relationships
6/11/2018 8:48 AM Intelligence People ranking model Powered by index and ranking technology from Microsoft research. Results are dynamically ranked based on signals from Office365. Preserves privacy. People Model Communication Collaboration Business Relationships © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

15 People API demo – Experience and API
6/11/2018 8:48 AM People API demo – Experience and API graph.microsoft.com/beta/ /me/people?$top=50&$select=displayName /me/people?$search="John" /me/people?$seach="topic:api" /me/people? ?$filter=sources/any(source:source/type eq 'Directory') /users/{id}/people © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

16 Trending Documents Microsoft Ignite 2016 6/11/2018 8:48 AM
© 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

17 Trending API /insights/trending Document views Document edits
6/11/2018 8:48 AM Trending API People Model /insights/trending Reactive analytics. Documents can start trending in near real time. Security preserved, only trending documents the user has access to exposed. Document views need to be crowd-sourced to influence trending. Trending Model Document views Document edits Document sharing © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

18 Trending Data Model /insights/trending 6/11/2018 8:48 AM
trending reason weight resourceVisualization title previewText mediaType containerWebUrl containerDisplayName containerType TRENDING resource driveItem TRENDING resource driveItem © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

19 Trending API demo – Experience and API
6/11/2018 8:48 AM Trending API demo – Experience and API graph.microsoft.com/beta /me/insights/trending /me/insights/trending/{id}/resource /users/{id}/insights/trending /me/insights/trending? $filter=resourceVisualization/containerType eq 'oneDrive' /me/insights/trending? $filter=resourceVisualization/mediaType eq 'application/vnd.openxmlformats-officedocument.presentationml.presentation' © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

20 Shared Documents Microsoft Ignite 2016 6/11/2018 8:48 AM
© 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

21 Shared through meetings
6/11/2018 8:48 AM Shared API Files shared across workloads Files shared across sharing methods Third party Shared Intelligence OneDrive sharing Copy on Reference in Shared through meetings © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

22 Shared - data model /insights/shared
shared lastShared sharedDateTime sharedBy sharingSubject sharingType sharingReference resourceVisualization title previewText mediaType containerWebUrl containerDisplayName containerType message lastSharedMethod SHARED resource fileAttachment event driveItem resource lastSharedMethod SHARED © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

23 Shared API demo – Experience and API
6/11/2018 8:48 AM Shared API demo – Experience and API graph.microsoft.com/beta /me/insights/shared?$top=5 /me/insights/shared/{id}/resource /me/insights/shared/{id}/lastSharedMethod /me/insights/shared? $filter=resourceVisualization/mediaType eq 'application/vnd.openxmlformats-officedocument.presentationml.presentation' /me/insights/shared? $filter=sharingHistory/any(sharingHistory:sharingHistory/sharedBy/id eq '{user-id}') /me/insights/shared?$filter=resourceVisualization/containerType eq 'OneDrive‘ /me/insights/shared?$filter=resourceVisualization/containerType eq ‘Mail' © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

24 Roadmap People API – beta now Trending API – beta Q4
6/11/2018 8:48 AM Roadmap People API – beta now Trending API – beta Q4 Shared API – beta Q4 … and more to come © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

25 Microsoft Graph Sessions at Ignite
Microsoft Ignite 2016 6/11/2018 8:48 AM Microsoft Graph Sessions at Ignite BRK3306 Power your applications with Excel Workbooks as a Service Yina Arenas, Yu Liu BRK3046 Build intelligent line-of-business applications leveraging the Outlook REST APIs Venkat Ayyadevara BRK4016 Access SharePoint files and lists using SharePoint API in Microsoft Graph API Ryan Gregg, Luca Bandinelli BRK3082 Build solutions and apps with Microsoft OneDrive API and Microsoft Graph API Jonathan Herbach, Ryan Gregg BRK3045 Use Microsoft Graph to reach users on hybrid Exchange 2016 Venkat Ayyadevara BRK3199 Access intelligence in the Microsoft Graph and API Jon Meling, Andreas Eide THR3039 Build real business solutions with Office 365 and OfficeDev PnP Paolo Pialorsi BRK2008 Understand your users: what’s new in Office 365 Usage Reporting Shilpi Sinha, Anne Michels BRK3114 Create cross-platform mobile apps with Xamarin that connect to Office Services Fabian Williams © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

26 Deploy, ramp-up on new services and onboard new users with Microsoft FastTrack:

27 Join the Microsoft Tech Community to collaborate, share, and learn from the experts:

28 Please evaluate this session
6/11/2018 8:48 AM Please evaluate this session Your feedback is important to us! From your PC or Tablet visit MyIgnite at From your phone download and use the Ignite Mobile App by scanning the QR code above or visiting © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

29 6/11/2018 8:48 AM © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Download ppt "Intelligence in Microsoft Graph"

Similar presentations


Ads by Google