How can I retrieve Visio usage stats/reports via Graph API, or other method?

Daniel McAteer 20 Reputation points
2023-11-20T15:25:38.05+00:00

I would like to query Visio usage to be able to identify users who have not used their Visio license in a long time(say 3 months). I know the data is available via Admin Centre -> Reports -> Usage -> Visio.

I'd like to be able to query and interact with objects based on this data, say, remove licenses or user from a group based on their last activity time and desktop client usage.

Is this possible? How would I go about querying (I would assume) the Graph API to get this data?

Dan

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

1 answer

Sort by: Most helpful
  1. Vasil Michev 85,556 Reputation points MVP
    2023-11-20T17:54:07.25+00:00

    No, not currently, as Microsoft is yet to release Graph API endpoints for this report. The only method that works at the moment is capturing it via the browser.

    0 comments No comments