param; $user = User::findOrFail($param->userId); $this->sessionUser->switch($user); return $this->successResponse(); } }