Description
I’m using the GET method to List Users in our Zoom account, and set the page_size to 1000 because we have roughly 900+ users. However, the API is only returning 300 users - how is this possible?
Error
No error.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
https://api.zoom.us/v2/users
How To Reproduce (If applicable)
I’m using the Python Requests library to do all this, but here’s a cURL command that produces the same result:
curl --location --request GET ‘https://api.zoom.us/v2/users?page_size=1000’
–header ‘Authorization: Bearer $MY_JWT_TOKEN’
Screenshots (If applicable)
No screenshots needed. All that happens is I get 300 user records back, instead of 1000.
Additional context
Add any other context about the problem here.