getTeamsUserActivityUserDetail

Nathan 20 Reputation points
2023-01-24T14:43:30.94+00:00

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?

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

Accepted answer
  1. Vasil Michev 113.8K Reputation points MVP
    2023-01-24T14:49:37.5833333+00:00

    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).

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.