Skip to content

GetEmployeesOfManager

Retrieves the employees who report to a specified manager.

1
$Membership.GetEmployeesOfManager(manager: ( string | Identity )):Array<Identity>

Parameters

( string | Identity ) manager
    The manager whose employees are to be retrieved.

Returns

An array of identities representing the employees of the specified manager.

See Also