is it possible to assign roles to users through command line ?
![]() Hi,
Whenever I want to assign or remove a role, I don't want to access RTC client and instead, I would like to perform this through command line.
Can we do that using either RTC command line(scm/lscm) or through RestAPI ?
Thanks,
Ras Dama.
|
One answer
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Mar 04 '20, 3:25 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER You can write your own code to do that. See the snippets in the Plain Java Client Libraries. https://rsjazz.wordpress.com/2012/12/09/analyzing-a-aroject-areas-members-and-roles-using-the-plain-java-client-libraries/ shows how to read the roles, I believe one of the snippets assigns a role. |