Skip to content

GetEmployeesOfManager

Retrieves the employees who report to a specified manager.

$Membership.GetEmployeesOfManager(manager: ( string | Identity )):Array<Identity> (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