Get past_meetings participants is not working for paid account

Discription
GET request /past_meetings/{meetingUUID}/participants is returned an error for paid zoom account.

Error
{

"code": 200,

"message": "Only available for Paid account: Ywe40ay6Q-aD2CPSW8cngQ."

}

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

Which Endpoint/s?
https://api.zoom.us/v2/past_meetings/{meetingUUID}/participants

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.

Hi @nadya.ocheretenko,

The account ID that is included in your error message is associated with a Basic/free Zoom account. Please ensure that the credentials you’re using to authenticate your call are associated with a paid account.

Thank you,
Will

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