Get-TeamUser

Returns users of a team.

Syntax

Get-TeamUser
   -GroupId <String>
   [-Role <String>]
   [<CommonParameters>]

Description

Returns an array containing the UPN, UserId, Name and Role of users belonging to an specific GroupId.

Examples

Example 1

Get-TeamUser -GroupId 2f162b0e-36d2-4e15-8ba3-ba229cecdccf -Role Owner

This example returns the UPN, UserId, Name, and Role of the owners of the specified GroupId.

Parameters

-GroupId

GroupId of the team

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

-Role

Filter the results to only users with the given role: Owner or Member.

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