25023: Invalid page token
ERROR
Twilio returns this error when a request to list organization users includes an invalid page token. Use the token from the most recent list response without changing it.
- The page token was edited, truncated, or otherwise malformed before the request was sent.
- The token did not come directly from a previous list response.
- The token came from an older response and has expired.
- Send the page token exactly as it was returned in the previous list response.
- Start again with a fresh list request, then use the new page token from the latest response.
- Store and replay page tokens exactly as returned. Do not generate, decode, or modify them in your application.