Hello,
I'm using this function to create a new User on the network.
$user = BOL_UserService::getInstance()->createUser($usuario[0], TCE_HASH, $userGet, null, true);
But it only inserts the username of the person. The realname is empty!
How to insert the realname do it too?
Thank you