A 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_resultsinteger
The maximum number of list members to return per page. Values can range from 1 to 100.
user_fieldsarray
Specifies which additional user details to return for each list member.
tweet_fieldsarray
A 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_tokenstring
Token for fetching a specific page of results. Obtained from the `next_token` or `previous_token` field in the response's `meta` object.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not