Skip to main content
POST
/
community-members
Community Members
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": [
    {
      "bio_urls": [
        "<string>"
      ],
      "can_dm": true,
      "created_at": "<string>",
      "description": "<string>",
      "display_name": "<string>",
      "favourites_count": 123,
      "followers_count": 123,
      "followings_count": 123,
      "id": "<string>",
      "location": "<string>",
      "media_count": 123,
      "pinned_tweet_ids": [
        "<string>"
      ],
      "possibly_sensitive": true,
      "profile_background_image_url": "<string>",
      "profile_image_url": "<string>",
      "protected": true,
      "tweets_count": 123,
      "username": "<string>",
      "verified": true
    }
  ]
}

Authorizations

ApiKey
string
header
required

Body

application/json

Community members request

Example:

"1966045657589813686"

next_cursor
string
Example:

"123"

Response

OK

next_cursor
string
users
object[]