office365 - Missing Activity Data for Exchange using Office 365 Management Activity API -


i have prototype working of office 365 management activity api features. i've created subscriptions webhooks , getting data both sharepoint , azure ad. however, reason no data ever delivered exchange. i've triple-checked , when list subscriptions shows exchange other 2 - enabled , ready go - no data ever shows up. if make rest call list notifications shows no data exchange, can sharepoint , azure ad data it. else might need these audit events exchange well?

there 2 types of exchange audit information captured:

  1. admin actions (e.g. using cmdlets set various properties on mailbox)
  2. owner actions (e.g. mailbox login or sending message).

the admin audits enabled in exchange online default, while owner auditing must explicitly enabled on each mailbox. following article describes how enable owner auditing:

https://technet.microsoft.com/en-us/library/dn879651.aspx

did perform admin actions after having created content subscription using api? have enabled owner auditing on mailboxes?


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -