M365 Changelog: Microsoft Graph API will include usage metrics for Microsoft Copilot for Microsoft 365 – Aug 29, 2024

Summary

The Microsoft Graph API will soon include Microsoft Copilot for Microsoft 365 usage metrics, enabling customized reporting and analytics. This feature requires a Copilot license and will be globally available from early to mid-September 2024. No admin action is needed before the rollout.

MC877369 – Coming soon: Microsoft Copilot for Microsoft 365 usage in your tenant will be added to the Microsoft Graph API to facilitate the creation of customized reporting and analytics. Metrics included in the Graph API will match those available in the Copilot for Microsoft 365 usage report in the Microsoft 365 admin center, including tenant-level count of enabled users and active users, as well as last activity date per user (totals for each Microsoft 365 app and a grand total). A Microsoft Copilot for Microsoft 365 license is required to use this feature.

This message is associated with Microsoft 365 Roadmap ID 396562 and with MC724835 Microsoft 365 admin center Usage report: Microsoft Copilot with Graph-grounded chat (Preview) (published March 2024).

When this will happen:

General Availability (Worldwide): We will begin rolling out early September 2024 and expect to complete by mid-September 2024.

How this will affect your organization:

Before this rollout, the Graph API did not include Copilot for Microsoft 365 usage.

After this rollout, admins can use the Graph API to create customized reporting and analytics for Copilot for Microsoft 365 usage.

Sample request for one of the three APIs: getMicrosoft365CopilotUserCountSummary.

Sample response:

HTTP/1.1 200 OK

Content-Type: application/json

Content-Length: 537

{

"@odata.context": "https://graph.microsoft.com/beta/reports/getMicrosoft365CopilotUserCountSummary(period='D7')?$format=application/json",

"value":

{

"reportRefreshDate": "2024-06-26",

"adoptionByProduct":

{

"reportPeriod": 7,

"anyAppEnabledUsers": 354590,

"anyAppActiveUsers": 144022,

"microsoftTeamsEnabledUsers": 354449,

"microsoftTeamsActiveUsers": 88737,

"wordEnabledUsers": 354449,

"wordActiveUsers": 17493,

"powerPointEnabledUsers": 354449,

"powerPointActiveUsers": 7245,

"outlookEnabledUsers": 354449,

"outlookActiveUsers": 38140,

"excelEnabledUsers": 354449,

"excelActiveUsers": 2554,

"oneNoteEnabledUsers": 354449,

"oneNoteActiveUsers": 1382,

"loopEnabledUsers": 354449,

"loopActiveUsers": 955,

"copilotChatEnabledUsers": 354449,

"copilotChatActiveUsers": 64401

}

This feature is on by default.

What you need to do to prepare:

This rollout will happen automatically by the specified date with no admin action required before the rollout. You may want to notify your admins about this change and update any relevant documentation.

Before rollout, we will update this post with revised documentation.

To learn more about Microsoft’s own review of this product with its works councils, please consider reading: https://aka.ms/Copilot/MSWorksCouncilsArticle