Fetches members of a specific Twitter List, identified by its unique ID.
idThe unique identifier of the Twitter List.
expansionsarrayA list of fields to expand for each user, such as `pinned_tweet_id` to include the user's pinned Tweet. If an expansion is included, `tweet.fields` can be used to specify which Tweet fields are returned.
max_resultsintegerThe maximum number of list members to return per page. Values can range from 1 to 100.
user_fieldsarraySpecifies which additional user details to return for each list member.
tweet_fieldsarrayA list of Tweet fields to be included if an expansion like `pinned_tweet_id` or `most_recent_tweet_id` is requested. This specifies what details of the expanded Tweet should be returned.
pagination_tokenstringToken for fetching a specific page of results. Obtained from the `next_token` or `previous_token` field in the response's `meta` object.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.