Graph API for non-365 Microsoft License Usage

Joseph Chustz 20 Reputation points
2024-04-19T02:54:48.06+00:00

We are using the Graph API endpoint to get usage data on our 365 licenses.
https://graph.microsoft.com/v1.0/reports/getOffice365ActiveUserDetail(period='D180')

Is there a similar endpoint or SDK I could use to get a Last Activity Date on other Microsoft Licenses like PowerBI, Project, Visio, etc?

Thanks!

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

Accepted answer
  1. Vasil Michev 95,581 Reputation points MVP
    2024-04-19T07:33:52.4333333+00:00

    Unfortunately, no. While Microsoft did release a report for Visio and Project usage, those are only available within the M365 admin center and no API endpoint is provided. You can try building a usage report on your own instead, by fetching the corresponding events from the Unified audit log/Management activity API: https://learn.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-schema


0 additional answers

Sort by: Most helpful