How to get the llist of all users in JTS via REST
Hi,
accepting xml, rdf, rdf+xml produce same result.
|
One answer
There are a number of similar posts over forum which may help you:
Comments
Lewis Tsao
commented Feb 05 '18, 7:41 p.m.
OK, I see that nothing will return a list of all users with id, name and user-url.
Lewis Tsao
commented Feb 05 '18, 7:46 p.m.
oops...
The basic User, Project Area API is the same for RTC, RM, QM, JTS:
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
I don't know what service you need, but "https://localhost:9443/jts/users" does not seem to be designed to return a list of users. If you leave out the user ID e.g. admin in the example, "https://localhost:9443/jts/users/admin"the service tells you that this call is not allowed. This indicates your assumption of using it that way is incorrect.
Thanks Ralph.
Perhaps a more to the point question
is there any way of return the full list of users in CLM to include "userid", "user name" and "user-url" using REST.