Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi ,
I am getting teams activities details of all users using below API
https://graph.microsoft.com/v1.0/reports/getTeamsUserActivityUserDetail(period='D30').
How to get response only for particular users .Please help.
Thanks
Chanakya
An API that connects multiple Microsoft services, enabling data access and automation across platforms
Answer accepted by question author
You cannot, the API does not offer filter capabilities. Export the data and filter it client-side instead.