• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Entity/User/UserCollection.php
  • Класс: BitrixImV2EntityUserUserCollection
  • Вызов: UserCollection::toRestFormat
public function toRestFormat(array $option = []): array
{
	$this->fillOnlineData();

	return parent::toRestFormat($option);
}