/report/operationslog

Using this template helps us debug your issues more effectively :slight_smile:

Description
Using the test widget on https://marketplace.zoom.us/docs/api-reference/zoom-api/reports/reportoperationlogs

I’ve made sure my App credentials have Scopes: report:read:admin

I can GET /report/daily but when I try GET /report/operationlogs, I get error (listed)

Error

{
“code”: 200,
“message”: “Insufficient Privilege.”
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?

OAUTH

Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

/report/operationlogs
/report/activities

How To Reproduce (If applicable)

Steps to reproduce the behavior:

  1. Request GET /report/operationlogs
    from: 2021-03-01
    to: 2021-03-25
    page size: 30
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

From a UI perspective, it turns out only the Owner can view that report, or add it as a permission to the user accounts/roles (e.g., admin).

Confirmed, after I was given the permission to View the following User activity reports

  • Operation Logs
  • Sign in/sign out

GET /report/operationlogs worked

Hey @ian.goh,

Confirming that this report requires admin or owner privileges. Glad you figured it out!

Best,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.