Hi everyone,
I'm trying to create users programatically. I'm using Joomla's standard functions to create the users no problems. However once the user is created setFieldValue(); won't work to set the easysocial data!
It looks like I need to run a function first to set the users profile type and create the easysocial fields? There seems to be a user creation API or some kind, but there is zero documentation on it.
A really quick rundown of how to assign an easy social profile type and create the easysocial values so setFieldValue starts working would be super helpful.