It's all about the answers!

Ask a question

User administration via API (.NET)


Christian Passage (611) | asked May 28 '14, 7:32 a.m.

Hi all,


Apologies if this question has been answered before (couldn’t find anything on this subject, though).

Is it possible to automate the RQM/RTC user administration using the (REST) API via .NET? The aim is to reduce manual labor and automate as much as possible. Is there any documentation on this subject? Sample code would be greatly appreciated as well (VB.NET preferred).

Some background: Currently, our users are added to the Jazz Team Server via LDAP (i.e. via Windows group membership). However, each user also needs to be added to a RQM project - this is the step that we are hoping to automate.

Thanks in advance . . .

One answer



permanent link
Paul Slauenwhite (8.4k12) | answered May 29 '14, 8:11 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
The only public (actually provisional) API is the Process REST API (see https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi).  The RQM Reportable REST API or RQM OSLC API do not support user administration.

Since this is a REST API, you can use .Net sample code that invokes HTTP requests.

Your answer


Register or to post your answer.