v8

OpenAPI 3.1.02026-08-033623795.0 MB
Users

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.

get/users

Query parameters

querystring

A search term to filter users by name or username.

firstinteger

The number of users to return (max 50).

afterstring

A cursor; returns users after this position.

lastinteger

The number of users to return from the end of the range.

beforestring

A cursor; returns users before this position.

Response

users listed

Example response

{
  "data": [
    {
      "social_accounts": [
        {
          "platform": "x"
        }
      ]
    }
  ]
}