• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/monitor/utils/user.php
  • Класс: BitrixTimemanMonitorUtilsUser
  • Вызов: User::getCurrentUserId
static function getCurrentUserId(): ?int
{
	global $USER;

	return $USER->GetID();
}