Error: {"code":300,"message":"The next page token is invalid or expired."}

API Endpoint(s) and/or Zoom API Event(s)
/v2/report/meetings//participants

Description
When attempting to use the next_page_token attribute, we get an error returned indicating that the token has expired. We are running the request for the next page <1 minute from the initial request.

Error?
{“code”:300,“message”:“The next page token is invalid or expired.”}

How To Reproduce
Steps to reproduce the behavior:

  • We make a request against the API with the meeting id and page_size.
  • Make a follow up request with the same page size and next_page_token and get the above error.

I’ve seen this issue mentioned several times on the forum, but didn’t seem to find a recent posting…and no solutions listed on those other topics. Can anybody help?