I know how to use API to log in repository and get logged in user infor. But if a user has logged in RTC repository in RTC Client, how can I get the user info by API.
FORUM MODERATOR / JAZZ DEVELOPER(4.8k●7)May 30 '16, 8:38 a.m.
Use the ITeamRepositoryService to get the repository you care about, or perhaps your code already has the ITeamRepository. Then you can call ITeamRepository.loggedInContributor() which will return the IContributor.
Michael Valenta selected this answer as the correct 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.