- Edited
As part of my project to use OSTicket, I needed the creation of users and organization using an external service. To do that I have written an API layer that directly wraps up the database used by OSTicket (currently supporting only MySQL). The API layer can add organization, add a user to those organizations. Wanted to share this with the community so that they can have a look if anyone finds it useful. You can check the repository here.