getRequest()->getParam('user_id'); /** @var \Magento\User\Model\User $model */ $model = $this->_userFactory->create(); if ($userId) { $model->load($userId); } $this->_coreRegistry->register('permissions_user', $model); $this->_view->loadLayout(); $this->_view->renderLayout(); } }