Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,058 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm using python to try and download results from Teams User Activity User Detail. I'm struggling to parse the returned data but wanted to double check the number of results. Should this call return all users in the tenant as i seem to be only getting around 60 and there are over 5000 users in our tenant?
The report should return all users licensed for Teams. Keep in mind that if you are requesting JSON output instead of CSV, it might be paginated and you have to fetch the additional pages (via @odata.nextLink
).