1, Is there a way for a StarTeam user to find out if another user belongs to a specify group?
2, The second call server.getLoggedInUser() throws the exception caught in ii). Why would it failed?
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
1) You can call User.GetGroups() or isMemberOf(group) https://admhelp.microfocus.com/starteam/sdk/starteam-sdk-java-help/api/com/starteam/User.html#isMemberOf-com.starteam.Group-
this requires Server access rights "Administer user accounts"
2) what is the exception?
1) You can call User.GetGroups() or isMemberOf(group) https://admhelp.microfocus.com/starteam/sdk/starteam-sdk-java-help/api/com/starteam/User.html#isMemberOf-com.starteam.Group-
this requires Server access rights "Administer user accounts"
2) what is the exception?