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

Retrieving User Information for Admins & Project Admins using Jazz ReST API

Hi,

I am currently working with the Jazz Rest Api, and I noticed that it is possible to get inline user information (name & id) for users using the parameter 'includeInlineUserInfo=true' for foundations > 5.0.1. However, I did not manage to achieve the same results using the URL to get all the admins or project admins of a project area. Is this intended or is there a way of getting these information? (Any hints on different approaches are appreciated as well)
Thanks in advance!

0 votes



One answer

Permanent link
The Reportable REST API does not appear to expose this information, as the schema does not include such information at all. Does it have to be Reportable REST API? You can retrieve such information using the OSLC API.
https://<server>:<port>/ccm/process/project-areas/<uuid>/admins

0 votes

Comments

Hi,
first of all thanks for you quick response. I actually used the URL you suggested (OSLC API). However, that was not quite sufficient for my use cases. I was searching for something similar the 'includeInlineUserInfo' parameter that is used for retrieving additional info about the members of a PA using the OSLC API. With this parameter, the provided results also hold the following information:

<jp06:user>
<jp06:name>NAME</jp06:name>
<jp06:id>ID</jp06:id>
</jp06:user>
I was asking if there is any way to get those information for admins as well?



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
× 10,926
× 7,486

Question asked: Jul 06 '15, 9:48 a.m.

Question was seen: 3,860 times

Last updated: Jul 07 '15, 5:16 a.m.

Confirmation Cancel Confirm