The following code worked all good in Joomla 3 but it is giving "CBuser not found" error in Joomla 4. I am using this code in my own extension. Please let me know what's the fix for this to work in Joomla 4.
include_once( JPATH_ADMINISTRATOR . '/components/com_comprofiler/plugin.foundation.php' );
cbimport( 'cb.html' );
cbimport( 'language.front' );
outputCbTemplate();
global $_CB_framework, $_PLUGINS, $ueConfig;
$cbUser = CBuser::getInstance( $result, false );