Dynamically add new "Tamino User"

Hello,

I have a desire to add a new database user from within our application. We utilize the TaminoAPI4J API for accessing Tamino. Is there a technique that I can use to programatically add a new user and assign them a default “first time” password?

Thanks in advance,
Jim McDowall

currently there is no way to achieve this within the Tamino API for Java directly.

What you can do is to execute an ARGBATCH command from within your Java application using Runtime.exec(“…”).