Microsoft Graph API

John Suehr 1 Reputation point
2020-11-09T09:44:36.367+00:00

Hi Team,

We are tying to use the GET /reports/getOffice365ActiveUserDetail api v1.0. Could someone please confirm if the V1.0 API for this method supports pagination($top) and response formatting($format) like the beta version of API.
On checking the document and testing in postman, it seems the v1.0 API does not support pagination and response formatting(It was working fine in beta version).
The v1.0 api doc- https://learn.microsoft.com/en-us/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0
The beta version api doc - https://learn.microsoft.com/en-us/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-beta

If it does and we are missing anything, please let us know the steps. Thanks

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,571 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2020-11-17T12:00:16.547+00:00

    Yes, $top, $format is supported only in beta API (not in v1.0) and i see the documentation for beta only.

    0 comments No comments