Description
we are using api “List Meeting Registrants” to list users that have registered for a meeting by passing long meeting id,status=approved and page_size=300. on response we are getting to page_size=30,total_records=95, registrants json array and next_page_token=“qgh83VWEnZr69H9DedUPMVxUOmfffWgwHj2” , expected response its should return 300 records.
Again we called same api additionally by passing next_page_token=“qgh83VWEnZr69H9DedUPMVxUOmfffWgwHj2” then we again getting same registrants json array list. expected next 30 records that not getting there.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
get : https://api.zoom.us/v2/meetings/{meetingId}/registrants
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- end point : https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrants
header parameter : Authorization
Query Parameter :
- status=approved
- page_size=300
- next_page_token (used only if we get next_page_token for next records)
Please look into this problem and guide us how we get our class registrants list and their unique join_url. Basically we are using this end point to get registrants join_url.