web service to register a user?

Hello,
I am trying o develop a webservice which i can call and give it account parameters and it will insert it, any idea how to achieve this?
Thanks

Hello, this is an interesting question. We don’t normally advise hacking the Gibbon core, as your changes can get overwritten on update. However, you could add a new folder in the gibbon root with a name we’ve not used (e.g. webService), and attempt to build something in there. You’d want to password protect it somehow to avoid any old person creating an account. In terms of the code, check out the Application Form acceptance file in the Students module. Hope this is helpful : )