Skip to content

Get-TwitterListByOwner

SYNOPSIS

Returns the lists owned by the specified user.

SYNTAX

ScreenName (Default)

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

UserId

Get-TwitterListByOwner -UserId <Int64> [-ResultsPerPage <Int32>] [<CommonParameters>]

DESCRIPTION

Returns the lists owned by the specified user.

Private lists will only be shown if the authenticated user is also the owner of the lists.

EXAMPLES

Example 1

PS > Get-TwitterListByOwner -ScreenName thedavecarroll

Returns the list owned by the specified user.

PARAMETERS

-ResultsPerPage

Specifies the number of results to retrieve per page.

Type: Int32
Parameter Sets: (All)
Aliases: Count

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

-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: Int64
Parameter Sets: UserId
Aliases:

Required: True
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-TwitterList

Get-TwitterListMember

Get-TwitterListSubscriber

Get-TwitterListSubscription

Get-TwitterListTweets

Api Reference - GET lists/ownerships