---
title: "Check Community Membership"
method: POST
path: "/check-community-member"
tags: ["Verification"]
---

# Check Community Membership

`POST /check-community-member`

Checks whether a specific user is a member of a given Twitter/X Community. Returns `is_member: true` if the user belongs to that community. Requires `community_id` and one user identifier (`username`, `user_link`, or `user_id`).

## Request body

- VerificationCommunityReq
  - `community_id` string, required
  - `user_id` string
  - `user_link` string
  - `username` string

## Response `200`

OK

- VerificationCommunityResp
  - `is_member` boolean — `true` if the user is a member of the specified community.

## 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)
