Thanks Klas
Can you help me just a little, please. I can use JFactory::getUser() and have access to user ID. How do I check for the Seblod user?
$Juser = JFactory::getUser();
$JuserID = $Juser->id;
$Suser = new JCckContent();
?? now what ??
With the example you provided I can create a joomla_user array with the $JuserID->create() function, How can I verify the user does not exist before I create and store a new one.
Thanks!