Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Publishing question: REST Api for user details?

Is there a REST Api available to access information on the user (like fullname or email address)?

0 votes



2 answers

Permanent link
Hi,

I know of 2 ways to do this:

You can do a GET on the user URL (https://localhost:9443/jazz/users/{userid}) and supply a header (Accept: application/rdf+xml).

Or you can use the contributor URL (https://localhost:9443/jazz/resource/itemName/com.ibm.team.repository.Contributor/{userid}), which will return a text/json response

Mark

0 votes


Permanent link
Hi,

I know of 2 ways to do this:

You can do a GET on the user URL (https://localhost:9443/jazz/users/{userid}) and supply a header (Accept: application/rdf+xml).

Or you can use the contributor URL (https://localhost:9443/jazz/resource/itemName/com.ibm.team.repository.Contributor/{userid}), which will return a text/json response

Mark

Mark,
since I would like to include that result in a report, do you have also a clue about how to use either one with the Rationa Publishing Engine (RPE)?

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Aug 10 '10, 4:13 a.m.

Question was seen: 4,887 times

Last updated: Aug 10 '10, 4:13 a.m.

Confirmation Cancel Confirm