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

# Community Membership Check

`POST /check-community-member`

Checks whether a specific user is a member of a given Twitter/X Community. You provide the community ID or URL, along with a user handle, profile link, or user ID. The endpoint returns a boolean is\_member value indicating whether the user belongs to that community.

Use cases:

SaaS products restricting features to community members; marketing tools verifying community participation before access to gated content; automation systems validating membership before triggering actions; analytics platforms checking overlap between users and specific communities; growth tools measuring conversion into community membership.

## Request body

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

## Response `200`

OK

- VerificationCommunityResp
  - `is_member` 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/versions/3554485cbc56/schema)
