cURL
curl --request POST \ --url https://api.sorsa.io/v3/community-members \ --header 'ApiKey: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "community_link": "1966045657589813686", "next_cursor": "123" } '
{ "next_cursor": "<string>", "users": [ { "display_name": "Elon Musk", "id": "44196397", "profile_image_url": "https://pbs.twimg.com/profile_images/123/photo.jpg", "protected": false, "username": "elonmusk", "verified": true } ] }
Returns a paginated list of user profiles for members of the specified Twitter/X Community. Each profile includes display name, bio, follower stats, avatar, account creation date, and verification status.
Community members request
Community ID or full community URL.
"1966045657589813686"
Pagination cursor from a previous response.
"123"
OK
Cursor for fetching the next page of results. Null or absent if no more pages.
Array of user profile objects.
Show child attributes
Was this page helpful?