• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/classes/general/utils.php
  • Класс: CIntranetUtils
  • Вызов: CIntranetUtils::getSubordinateEmployees
static function getSubordinateEmployees($USER_ID = null, $bRecursive = false, $onlyActive = 'Y', $arSelect = null)
{
	$arDepartments = CIntranetUtils::GetSubordinateDepartments($USER_ID, $bRecursive);
	return CIntranetUtils::getDepartmentEmployees($arDepartments, false, true, $onlyActive, $arSelect);
}