Adding members to projects via REST api
![](http://jazz.net/_images/myphoto/c82e54de68bf0d69f704a97a9de7772f.jpg)
Accepted answer
![](http://jazz.net/_images/myphoto/c82e54de68bf0d69f704a97a9de7772f.jpg)
Hello Eric,
The REST API is used for reporting only. You will not be able to add anything to the repository using this API.
https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI#Introduction
However, you could look into writing a custom script using the Java API:
https://jazz.net/library/article/1229
https://jazz.net/downloads/rational-team-concert/releases/6.0.1/RTC-Client-plainJavaLib-API-javadoc-6.0.1.zip
Comments
![](http://jazz.net/_images/myphoto/a36d1dcfd3e1e1e00aeb18c860d1443d.jpg)
It is correct that the "Reportable REST APIs" are read only, but RTC supports many REST APIs in addition to Reportable REST APIs (including, but not limited to, the OSLC APIs), and many of those other REST APIs do provide write access. But I don't know whether there is a REST API for the particular function you are asking about.
1 vote
![](http://jazz.net/_images/myphoto/c82e54de68bf0d69f704a97a9de7772f.jpg)
Thank you