Duplicate user returned in paginated /phone/users response

API Endpoint(s) and/or Zoom API Event(s)
/phone/users

Description
When implementing pagination to retrieve users, we have observed an anomaly where the last user record received in a page occasionally appears as the first user record in the next page. In other words, we are experiencing duplicates in the pagination results.

Error?
Incorrect pagination - duplicate records returned.

How To Reproduce
Fetch /phone/users with pagination. Occasionally the above problem occurs.