Edit

Share via


Get-CsTeamsShiftsConnectionWfmUser

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

Syntax

Default (Default)

Get-CsTeamsShiftsConnectionWfmUser
    -ConnectorInstanceId <string>
    -WfmTeamId <string>
    -InputObject <IConfigApiBasedCmdletsIdentity>
    [<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

Applicable: Microsoft Teams

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

The identity parameter.

Parameter properties

Type:IConfigApiBasedCmdletsIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetViaIdentity
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-WfmTeamId

Applicable: Microsoft Teams

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.