Clarification on Pagination Support for page_number and page_size Parameters

Dear Zoom API Support Team,

I hope this message finds you well.

We are currently using the Zoom API for our integration and have implemented pagination using the page_number and page_size query parameters. However, we noticed some discrepancies while referring to the API documentation in the past. Initially, it appeared that these query parameters were not supported, but now they seem to be available in the documentation.

Could you please clarify if it is still acceptable to use page_number and page_size for pagination? Or is it recommended to switch to the next_page_token method for optimal performance and future compatibility?

We want to ensure that we are following best practices and not relying on deprecated or less efficient functionality.

{ ```
“next_page_token”: “8V8HigQkzm2O5r9RUn31D9ZyJHgrmFfbLa2”,
“page_count”: 100,
“page_number”: 1,
“page_size”: 30,
“total_records”: 8482,



Thank you for your help, and we look forward to your guidance on this matter.

Best regards,
Ram