• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/calllist/calllist.php
  • Класс: Bitrix\Crm\CallList\CallList
  • Вызов: CallList::getCurrentUserId
static function getCurrentUserId()
{
	global $USER;
	return $USER->getId();
}