---
title: "Community Members"
method: POST
path: "/community-members"
tags: ["Community"]
---

# Community Members

`POST /community-members`

Returns a paginated list of user profiles for members of the specified Twitter/X Community. Each profile includes display name, bio, follower stats, avatar, account creation date, and verification status.

## Request body

- CommunityCommunityMembersReq
  - `community_link` string, required — Community ID or full community URL.
  - `next_cursor` string — Pagination cursor from a previous response.

## Response `200`

OK

- CommonCommunityUsersResponse
  - `next_cursor` string — Cursor for fetching the next page of results. Null or absent if no more pages.
  - `users` CommonCommunityUser[] — Array of user profile objects.
    - `display_name` string — User's display name.
    - `id` string — Unique Twitter/X user ID.
    - `profile_image_url` string — URL of the user's avatar image.
    - `protected` boolean — Whether the account's tweets are protected (private).
    - `username` string — Current Twitter/X handle (without @).
    - `verified` boolean — Whether the account has a verified badge.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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