Description
I’m able to retrieve data about a past meeting using both the “Get Meeting Details” (/metrics/meetings/) and the “List Meeting Participants” (/metrics/meetings/{meetingId}/participants) APIs, but “List Meeting Registrants” (/meetings/{meetingId}/registrants) returns {“code”:3001,“message”:“Meeting does not exist: 99190844945.”}.
Error
{“code”:3001,“message”:“Meeting does not exist: 99190844945.”}, while other API’s return expected data.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
How To Reproduce (If applicable)
URL: https://api.zoom.us/v2/meetings/99190844945/registrants?page_size=30
Thanks!
