Any API or command line interface (CLI) in CLM which will help us to do user management. Like User Import and license assigne
![]()
Do we have 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
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Nov 27 '14, 5:30 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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. YOGESH LOKHANDE selected this answer as the correct answer
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...
1
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.
Thank you Ralph |