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