GET

List Reports

Use this API to return a list of reports.

Resource URL

https://<subdomain>.onelogin.com/api/2/reports

Header Parameters

Authorization

required

string

Set to bearer <access_token>.

Set <access_token> to the access token you generated using the Generate Token API.

The access token must have been generated using an API credential pair created using the scope required to call this API. This API can be called using any one of the following scopes: Manage All, Read All, Read Users.

Query Parameters

Max page limit is 650. See Pagination for detail on how this works.

Postman Collection

Run In Postman