Skip to content

Get-TwitterListByOwner

SYNOPSIS

Returns the lists owned by the specified user.

SYNTAX

Get-TwitterListByOwner [-UserName <String>] [<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.

This command retrieves all the lists for a user, up to the 1000 they can create.

EXAMPLES

Example 1

PS > Get-TwitterListByOwner

Display the lists owned by the authenticating user.

Example 2

PS > Get-TwitterListByOwner -UserName mikefrobbins

Display the lists owned by the authenticating user.

PARAMETERS

-UserName

Display the lists owned by the specified user.

Type: String
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

System.String

OUTPUTS

BluebirdPS.APIV1.DirectMessage

BluebirdPS.APIV1.DirectMessage[]

NOTES

Online Version

Get-TwitterList

Api Reference - GET lists/ownerships