List Users
Search for users by name or username, ranked by social proximity to the authenticated user. Returns the user’s most recently followed users when no query is given.
Authorizations
An account API key, account scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version. When omitted, the request uses the original (2025-01-01) request/response shapes, so existing unversioned callers are never broken. Generated SDKs always send the latest version they were built against. An unrecognized value is rejected with a 400. The schemas documented here always describe the latest version.
"2026-07-01"
Query Parameters
A search term to filter users by name or username.
The number of users to return (max 50).
A cursor; returns users after this position.
The number of users to return from the end of the range.
A cursor; returns users before this position.

