Skip to content

Get-TwitterMutedUser

SYNOPSIS

Returns a collection of user objects or array of user ids that the authenticating user has muted.

SYNTAX

__AllParameterSets

Get-TwitterMutedUser [<CommonParameters>]

DESCRIPTION

Returns a collection of user objects or array of user ids that the authenticating user has muted.

EXAMPLES

Example 1

PS > Get-TwitterMutedUser

Returns a list of user ids the authenticating user has muted.

Example 2

PS > Get-TwitterMutedUser | Get-TwitterUser

Use the list of user ids the authenticating user has muted as input for Get-TwitterUser.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.String[]

NOTES

Online Version

Set-TwitterMutedUser

Get-TwitterUser

API Documentation - GET mutes/users/ids