List Meeting Registrants : issue

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:

  1. 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.

Hi @jajeefoundations21,

Can you share the request URL you are using for your subsequent request that includes the next_page_token?

Thanks,
Will

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