Description
Some listing endpoins accepts the page_number parameter but others uses next_page_token and others says the page_number is deprecated.
Error
What should we use? next_page_token is not being returned on all listing endpoints.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
How To Reproduce
curl --request GET
–url ‘https://api.zoom.us/v2/groups/APLfW7iKQxi_z7GCntx0Mg/members?page_number=1&page_size=5’
–header ‘authorization: Bearer {{token_here}}’
Screenshots
Additional context
Please add next_page_token across all API responses and allow to use both next_page_token and page_number.
Notify developers with a blog post/email/forum when (specific date) the page_number is going be removed.
Don’t just push this change without alerting devs! (you have been doing this for a while)