Description
When page_number is appended to the API call for api.zoom.us/v2/users/, it returns data that is wildly inconsistent and sometimes incorrect
Error
When I call https://api.zoom.us/v2/users?access_token=xxx&page_size=300 the results returned are accurate and match those from the admin web UI. However, when I go to the next page via https://api.zoom.us/v2/users?access_token=xxx&page_size=300&page_number=2 the results are random and many times repeats users from the first page. This seems to happen with any API call where the page number is used.
I read where pagination will be the new standard, but it’s not available on the calls I’m making. For example, when I call https://api.zoom.us/v2/users?access_token=xxx&page_size=300 I get returned:
There is no next_page_token available to get.
This issue is causing my reports to be totally unusable. Please advise.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
https://api.zoom.us/v2/users
How To Reproduce (If applicable)
Call the API with data that has more than 300 users and look at the second page
Screenshots (If applicable)
n/a
Additional context
n/a