diff --git a/iblock/users.md b/iblock/users.md new file mode 100644 index 0000000..72ff344 --- /dev/null +++ b/iblock/users.md @@ -0,0 +1,7 @@ +### Получить пользователя + +```php + $user = \Bitrix\Main\Engine\CurrentUser::get(); + $rsUser = CUser::GetByID($user->getId()); + $arUser = $rsUser->Fetch(); +``` \ No newline at end of file