Skip to content

Get-TwitterListSubscription

SYNOPSIS

Returns a collection of lists to which the specified user is subscribed.

SYNTAX

ScreenName (Default)

Get-TwitterListSubscription -ScreenName <String> [-ResultsPerPage <Int32>] [<CommonParameters>]

UserId

Get-TwitterListSubscription -UserId <String> [-ResultsPerPage <Int32>] [<CommonParameters>]

DESCRIPTION

Returns a collection of lists to which the specified user is subscribed.

Does not include the user's own lists.

EXAMPLES

Example 1

PS > Get-TwitterListSubscription -ScreenName thedavecarroll

Returns a collection of lists to which the specified user is subscribed.

PARAMETERS

-ScreenName

The screen name of the user for whom to return results.

Type: String
Parameter Sets: ScreenName
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-UserId

The ID of the user for whom to return results.

Type: String
Parameter Sets: UserId
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ResultsPerPage

Specifies the number of results to retrieve per page.

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

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.Object

NOTES

Online Version

Get-TwitterListSubscriber

Get-TwitterList

Get-TwitterListMember

Get-TwitterListByOwner

Get-TwitterListTweets

Api Reference - GET lists/subscriptions