---
"@context": https://schema.org
"@type": TechArticle
"@id": https://www.twilio.com/docs/api/errors/25023#article
headline: "25023: Invalid page token"
url: https://www.twilio.com/docs/api/errors/25023
inLanguage: en
dateModified: 2026-06-08T12:04:59.000Z
author:
  "@type": Organization
  name: Twilio Developer Education Team
publisher:
  "@type": Organization
  name: Twilio
---

# 25023: Invalid page token

Log Type: APPLICATION

Log Level: ERROR

## Description

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.

### Possible causes

* 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.

### Possible solutions

* 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.

#### Additional resources

* [Organizations](/docs/iam/organizations)
* [Managed users](/docs/iam/organizations/managed-users)
* [Twilio API responses](/docs/usage/twilios-response)
