Skip to content

Get-TwitterUserList

SYNOPSIS

Returns detailed user information for the specified list of users.

SYNTAX

Get-TwitterUserList [-ScreenName <String[]>] [-UserId <String[]>] [-ExcludeEntities] [<CommonParameters>]

DESCRIPTION

Returns detailed user information for the specified list of users.

EXAMPLES

Example 1

PS > Get-TwitterUserList -ScreenName rtpsug,thedavecarroll,powershell_team

Returns detailed user information for the specified list of users.

PARAMETERS

-ScreenName

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

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
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: (All)
Aliases:

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

-ExcludeEntities

Exclude the entities node.

This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.

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

System.Object

NOTES

Online Version

Get-TwitterUser

API Documentation - GET users/lookup