• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/classes/general/rest.php
  • Класс: CSocNetLogRestService
  • Вызов: CSocNetLogRestService::getCurrentUserId
static function getCurrentUserId(): int
{
	global $USER;

	return (int)$USER->getId();
}