Does AuditLogs SignIns API be useful in getting the last activity usage for products - Visio and Project?

kanhiya Mahajan 10 Reputation points
2024-06-04T12:04:39.1366667+00:00

Does AuditLogs SignIns API be useful in getting the last activity usage for products - Visio and Project?
https://graph.microsoft.com/v1.0/auditLogs/signIns If yes, how we can identify these products in the response.

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

1 answer

Sort by: Most helpful
  1. Vasil Michev 100.2K Reputation points MVP
    2024-06-04T15:19:16.5466667+00:00

    There are Project-specific events generated, which you can query and use as basis for "activity" report. Refer to the Management activity API schema document for more details: https://learn.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-schema

    For Visio, there is no specific category, but you can look for events from SPO/ODFB accessing Visio files.

    And of course, there is the built-in report in the Microsoft 365 Admin center, however there is no Graph API endpoint we can use currently :(

    0 comments No comments