The User ID of the authenticated user whose muted users are to be retrieved. This ID must correspond to an existing X user.
expansionsarray
A comma-separated list of fields to expand for related objects in the response, providing more detailed information. For example, `pinned_tweet_id` can be expanded to include the full Tweet object.
max_resultsinteger
The maximum number of user objects to return per page. Default is 100, minimum is 1, maximum is 1000.
user_fieldsarray
A comma-separated list of user fields to include in the response. These fields provide additional information about the muted user objects (e.g., `created_at`, `description`).
tweet_fieldsarray
A comma-separated list of Tweet fields to include for any expanded Tweet objects (e.g., if `pinned_tweet_id` is in `expansions`). This is only relevant if Tweet objects are being expanded.
pagination_tokenstring
A token obtained from a previous response, used to fetch the next page of results. If not provided, the first page is returned.
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