Welcome to the Jazz Community Forum
How to programmatically determine if a given RTC user is using RTC for SCM (e.g. check in/out files)?

One answer

You can use the lscm command:
lscm list changeset
Syntax to the command (Lists the change sets that are in the repository):
https://www.ibm.com/support/knowledgecenter/en/SSYMRC_6.0.2/com.ibm.team.scm.doc/topics/list_changesets.html
Shows Change set command examples:
https://www.ibm.com/support/knowledgecenter/en/SSYMRC_6.0.0/com.ibm.team.scm.doc/topics/list_changesets_ex.html
Commandline example...
lscm ls cm -r https://localhost:9443/ccm
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 21 '17, 2:42 p.m.What would be e purpose of q1 and q2.
Gary Dang
Jun 21 '17, 2:47 p.m.We are trying to determine whether users with RTC Developer Client Access License are actually using RTC SCM.