Description
Query Parameters when using this API suggest that “page_number” is deprecated and to use “next_page_token”. I’ve requested a page_size of 20 with a user base of 39 and can see both the page_count of 2 & current page_number of 1 but no next_page_token is sent in the JSON response or seen on the API Call Log.
Error
next_page_token not sent in JSON response.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
https://api.zoom.us/v2/users
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- “https://api.zoom.us/v2/users?page_size=1” with a user base of 2+
- No next_page_token received, resulting in needing to use deprecated query parameters.