OBJECT

UserRecoveryAnalysis

Description

Per-user recovery analysis data containing activity statistics for Exchange, OneDrive, and SharePoint.

link GraphQL Schema definition

  • type UserRecoveryAnalysis {
  • # Exchange activity analysis for this user including emails, calendar events, and
  • # contacts.
  • exchange: ExchangeAnalysisResult
  • # OneDrive activity analysis for this user including file counts.
  • onedrive: OnedriveAnalysisResult
  • # SharePoint activity analysis for this user including sites and files accessed.
  • sharepoint: SharepointAnalysisResult
  • # The email address of the user.
  • userEmail: String!
  • # The unique identifier of the user.
  • userId: String!
  • # The display name of the user.
  • userName: String!
  • }