Returns user objects muted by the X user identified by the `id` path parameter.
idThe User ID of the authenticated user whose muted users are to be retrieved. This ID must correspond to an existing X user.
expansionsarrayA 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_resultsintegerThe maximum number of user objects to return per page. Default is 100, minimum is 1, maximum is 1000.
user_fieldsarrayA 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_fieldsarrayA 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_tokenstringA token obtained from a previous response, used to fetch the next page of results. If not provided, the first page is returned.
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.