---
title: "List Members"
method: GET
path: "/list-members"
tags: ["Lists"]
---

# List Members

`GET /list-members`

Returns basic public profile data for accounts included in a specific Twitter/X list. You provide the list ID, and the endpoint returns profile information for each member, such as display name, bio, follower and following counts, total posts, profile images, account creation date, and simple status flags like verification and DM availability. If more members are available, a next\_cursor is returned to load the next page.

Use cases:SaaS products displaying member cards for curated lists; analytics tools analyzing audience size and profile stats of list members; marketing teams reviewing influencers or competitors grouped in a list; CRM systems importing structured profile data from thematic lists; research tools collecting structured account data from predefined user groups.

## Query parameters

- `list_id` string, required

## Response `200`

OK

- CommonUsersResponse
  - `next_cursor` string
  - `users` CommonUser[]
    - `bio_urls` string[]
    - `can_dm` boolean
    - `created_at` string
    - `description` string
    - `display_name` string
    - `favourites_count` integer
    - `followers_count` integer
    - `followings_count` integer
    - `id` string
    - `location` string
    - `media_count` integer
    - `pinned_tweet_ids` string[]
    - `possibly_sensitive` boolean
    - `profile_background_image_url` string
    - `profile_image_url` string
    - `protected` boolean
    - `tweets_count` integer
    - `username` string
    - `verified` boolean

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/sorsa/apis/api-sorsa-io-2.md) · [All operations](https://skmtc.net/sorsa/apis/api-sorsa-io-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sorsa/api-sorsa-io-2/revisions/3d7215317ba1/schema)
