I want get current user community builder (CB) profile information in joomla.
I can get user profile information with this code in joomla:
jimport( 'joomla.user.helper' );
$user = JFactory::getUser();
$userId = $user->id;
$userProfile = JUserHelper::getProfile( $userId );
how can i get community builder (CB) profile information?