Get-CsTeamsShiftsConnectionWfmUser

This cmdlet shows the list of Workforce management (WFM) users in a specified WFM team.

Syntax

Get-CsTeamsShiftsConnectionWfmUser
   -ConnectorInstanceId <string>
   -WfmTeamId <string>
   [<CommonParameters>]

Description

This cmdlet shows the list of Workforce management (WFM) users in a specified WFM team.

Examples

Example 1

PS C:\> Get-CsTeamsShiftsConnectionWfmUser -ConnectorInstanceId "WCI-4c231dd2-4451-45bd-8eea-bd68b40bab8b" -WfmTeamId "1000107"

Id      Name
--      ----
1000111 FRPET
1000121 WAROS
1000123 LABRO
1000125 JOREE
1006068 ABC
1006069 XYZ
1006095 DEF

Returns the users in the WFM team with ID 1000107 in the connection instances with ID WCI-4c231dd2-4451-45bd-8eea-bd68b40bab8b.

Parameters

-ConnectorInstanceId

The ID of the connection instance. It can be retrieved by running Get-CsTeamsShiftsConnectionInstance.

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

-WfmTeamId

The Teams team ID. It can be retrieved by running Get-CsTeamsShiftsConnectionWfmTeam.

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