Share via

getTeamsUserActivityUserDetail

Nathan Thirlby 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 Security | Microsoft Graph
0 comments No comments
{count} votes

Answer accepted by question author
  1. Vasil Michev 125.2K Reputation points MVP Volunteer Moderator
    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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.