check_community_member
Determine if a user belongs to an X/Twitter Community. Provide community ID and user details to get a true/false membership result.
Instructions
Check whether a user is a member of a given X/Twitter Community. Returns is_member: true/false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| community_id | Yes | Numeric community ID. | |
| username | No | X/Twitter handle without the @ (provide one of username / user_id / user_link). | |
| user_id | No | Numeric X/Twitter user ID. | |
| user_link | No | Full URL of the X/Twitter profile. |