---
title: "Get Community Members"
method: GET
path: "/twitter/community/{community_id}/members"
tags: ["Data API"]
---

# Get Community Members

`GET /twitter/community/{community_id}/members`

Returns array of users who are admins, moderators or regular members of a community.
Typically Twitter returns ~20 results per page. You can request additional results 
by sending another request to the same endpoint using cursor parameter.

## Path parameters

- `community_id` string, required

## Query parameters

- `cursor` string

## Response `200`

Request succeeded

- object[]

## Other responses

- `402` — Payment required - not enough credits to perform this request
- `422` — Validation failed (e.g. community_id is not provided or in invalid format)
- `500` — API internal error, typically means that SocialData API failed to obtain the requested information. Retry may succeed

---

[API](https://skmtc.net/socialdata-api/apis/socialdata-api-reference.md) · [All operations](https://skmtc.net/socialdata-api/apis/socialdata-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/socialdata-api/socialdata-api-reference/versions/a898522f71ac/schema)
