How to get recipient information from Audit.Exchange content type using O365 Management Activity API

Steff 20 Reputation points
2025-06-10T14:34:52.8366667+00:00

I'm using a webhook to get audit logs for the Audit.Exchange content type. Regarding 'Send' operations, I can only see the user which sent the email, and the email subject. I'd like to be able to have a list of recipients the email was sent to as well - is this possible using any of the APIs? (Without needing full Mail.Read permissions?)

Microsoft Security | Microsoft Purview
{count} votes

1 answer

Sort by: Most helpful
  1. Ki-lianK-7341 1,010 Reputation points
    2025-06-10T14:50:38.4233333+00:00
    Need Recommendation
    See email recipients Use Get-MessageTrace via Exchange Online
    See email recipients Use Get-MessageTrace via Exchange Online
    Keep webhook-based audit model Accept that recipient info won't be reliable
    Avoid Mail.Read, but need mail metadata Consider using message trace + audit logs in combination

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.