v3

latestOpenAPI 3.0.32026-08-02415689.9 KB
Verification

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

community_idstring required
user_idstring
user_linkstring
usernamestring

Example request

{
  "community_id": "1966045657589813686",
  "user_link": "https://twitter.com/elonmusk",
  "username": "elonmusk"
}

Response

OK

is_memberboolean

true if the user is a member of the specified community.