can we fetch other users information programmatically, by logging with different user Id.
![]()
Sagar Baviskar (11●4●5)
| asked Mar 30 '15, 5:05 a.m.
edited Mar 30 '15, 5:08 a.m. by Ralph Schoon (62.0k●3●36●43)
can we fetch other users information programmatically, by logging with different user Id.
also, how to get workItem list by userId please suggest. |
2 answers
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Mar 31 '15, 4:23 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Mar 31 '15, 4:30 a.m.
This (owned work items etc) is not information related to permissions required to read individual user data such as the mail address. This is governed by other permissions and access restrictions.
This information can be retrieved using the Java API for example. Start here https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/ and look for other posts e.g. on querying. Provided the user has permission and access to get that data, you can use any user. The permission aware API also tells you if you don't have access to specific items. |