v1
latestOpenAPI 3.0.32026-07-213841124.9 KBVerification
Community Membership Check
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.
post/check-community-member
Request body
Example request
{
"community_id": "1966045657589813686",
"user_link": "https://twitter.com/elonmusk",
"username": "elonmusk"
}Response
OK