I got this error "code": 300, "message": "The next page token is invalid or expired." when i call list users

I got this error “code”: 300, “message”: “The next page token is invalid or expired.” when i call list users by postman
I gave authorization bearer the JWT generated from APP credential

Hey @haytham.ebrahim,

Thank you for reaching out to the Zoom Developer Forum. Have you had a chance to confirm that the next_page_token you are using is valid? It’s also important to note that you shouldn’t be making the initial request with next_page_token. You should first list users and if there are multiple pages, you can use next_page_token from the response in your next request.

I hope that helps! Let me know if you have any questions.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.