I have the need to occasionally create multiple new CB users on our site. I don't see a way to import a batch of new users (e.g. through a CSV file) so I'm working on a PHP script.
The Joomla site has some documentation on using the API such as
here
. When running this, I get a PHP error about $mainframe->getCfg() - "Call to a member function getCfg() on a non-object".
No doubt some user error on my part, or I'm missing something in the documentation.
Thanks for any pointers to using this API ... or to some user import functionality I've missed.