Any API or command line interface (CLI) in CLM which will help us to do user management. Like User Import and license assigne
Accepted answer
The repotools (JTS) provide options to export users and also to import users. The export provides information on licenses as well. I would assume an import would also set the licenses according to the information (use export to understand the format).
The LDAP tool can be used to import new users as well - if LDAP is configured. You can define a default license to be given.
https://rsjazz.wordpress.com/2013/01/08/maintaing-user-photos-with-the-plain-java-client-libraries/ and https://rsjazz.wordpress.com/2012/10/12/changing-the-jazz-user-id-using-the-rtc-plain-java-client-libraries/ shows the Java API partially.
The LDAP tool can be used to import new users as well - if LDAP is configured. You can define a default license to be given.
https://rsjazz.wordpress.com/2013/01/08/maintaing-user-photos-with-the-plain-java-client-libraries/ and https://rsjazz.wordpress.com/2012/10/12/changing-the-jazz-user-id-using-the-rtc-plain-java-client-libraries/ shows the Java API partially.
Comments
Thank you Ralph,
But if I use import user it will import user from .csv file ...
I need such way that I can import user from LDAP...
There is a special task that allows to import users from LDAP and there is a nightly task that runs and does it if so configured.
See: https://www.google.com/search?q=LDAP+synchronize+users+site%3Ajazz.net
Results e.g.:
https://www.google.co.uk/search?q=LDAP+synchronize+users+site%3Ajazz.net
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.jazz.install.doc/topics/r_repotools_syncusers.html&scope=null
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.jazz.repository.web.admin.doc/topics/tmanageusers.html&scope=null
1 vote
Thank you Ralph