Anyone has a script to query zoom weekly and download audit logs

Description
Anyone has a script to query zoom weekly and download audit logs

Error
I don’t have any code but a powershell script will be great
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
Like an automated schedule logs email for audit logs

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  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.

Hey @ttahir,

You can create a JWT App, and generate a JWT Token to call the dashboard and report endpoints.

Or you can use our webhooks which gives you data in realtime.

Thanks,
Tommy

thank you Tommy for quick response. Is there anyway this can be done with Powershell. I am not a JSON person, so any help will be good

Hey @ttahir,

Yes, you can make http requests in powershell.

Thanks,
Tommy