Skip to content

Get-TwitterListMembership

SYNOPSIS

Displays the lists of which the specified user is a member.

SYNTAX

Get-TwitterListMembership [[-UserName] <String>] [-OwnedLists] [<CommonParameters>]

DESCRIPTION

Displays the lists of which the specified user is a member.

EXAMPLES

Example 1

PS > Get-TwitterListMembership

Display lists whose membership includes the authenticating user.

Example 2

PS > Get-TwitterListMembership -UserName WindosNZ

Display lists whose membership includes the user WindosNZ.

PARAMETERS

-UserName

Specifies the user for whom to return lists of which they are a member.

Type: String
Parameter Sets: (All)
Aliases:

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

-OwnedLists

Only display lists owned by the authenticating user which contains the specified user as a member.

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

BluebirdPS.APIV1.List[]

NOTES

Online Version

Api Reference - GET lists/memberships