pretendress Posted March 3, 2014 Share Posted March 3, 2014 Hello, Is there an API in TCAdmin trough which I can connect to automatically create new users? The thing is- we have a customer database and a portal trough which customers should order different services, some of which will be- game servers. TCAdmin should work in the background and when the customer requests new GS, TCA should check if he already exists in TCA system, create new user if needed and create a game server for him. We have automated system for service provisioning and if we want to offer GS via TCAdmin we have to be able to connect to it and run commands automatically. So just to be clear- I'm not asking to change anything in TCA code, just to be able to automate the work of administrator Thanks in advance! Link to comment Share on other sites More sharing options...
Winter Posted March 3, 2014 Share Posted March 3, 2014 This should be possible Link to comment Share on other sites More sharing options...
Raizio Posted March 3, 2014 Share Posted March 3, 2014 TCAdmin itself does have a billing api. You can use this to create users as well. Generally, when the user exists; it just creates the user with a 1 or 2 behind the name See this: http://help.tcadmin.com/Billing_API_Examples Link to comment Share on other sites More sharing options...
Dennis Posted March 3, 2014 Share Posted March 3, 2014 Generally, when the user exists; it just creates the user with a 1 or 2 behind the name If it's not the same person, that is If the same customer orders two different game servers, they will both be under the same account. Link to comment Share on other sites More sharing options...
pretendress Posted March 4, 2014 Author Share Posted March 4, 2014 Thanks for the reply guys! So billing API can be used for connecting to other 3rd party systems, not just WHMCS or ClientExec? And also it can be used not just for billing but also to enable other functionalities like this "create new user" automated tasks? If so- GREAT! Sorry for noob qestion, developing is not my stronger side but the rest of my team will be happy Link to comment Share on other sites More sharing options...
Raizio Posted March 4, 2014 Share Posted March 4, 2014 That's exactly right. It can be used for a variety of things. Out of the examples in the zip file on that page I linked you; create.htm is most important for you. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.