getMailboxUsageDetail graph api .

Naitik Jani 6 Reputation points
2024-04-23T10:43:23.8233333+00:00

in the getMailboxUsageDetail api

GET https://graph.microsoft.com/v1.0/reports/getMailboxUsageDetail(period='D7')

in response we get

  • Item Count

so GetMailboxUsageDetail API includes which items?

like emails for specific users ? or it contains calendar items, contacts, tasks as well?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,644 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 95,666 Reputation points MVP
    2024-04-23T16:26:33.5166667+00:00

    It's the total number of mailbox items, regardless of their type. So messages, calendar invites, tasks, etc.