ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Add user / membership via Rest API

Added by Kurt Klinner at 2012-06-05 07:55 am

Hello,

right know i'm doing some tests to add users via the rest api (c# program using Redmine .NET API library).

Adding a users works fine, but if i try to set the project membership for the newly created user,
nothing happens.

The Memberships API within Redmine seems to be at alpha status
https://www.chiliproject.org/projects/chiliproject/memberships.xml
and it does not look like as if that api has been implemented within chiliproject.

Could some confirm that?

Is there any other way to add memberships via the rest api?

Thanks in advance

Kurt


Replies (1)

RE: Add user / membership via Rest API - Added by Felix Schäfer at 2012-06-05 08:49 am

There is indeed no web/REST API for members in ChiliProject. We haven't been porting the API from Redmine to ChiliProject either because of some minute differences (growing larger) in the backends and because we don't feel the current API type is a good enough solution, thus we will probably deprecate and replace it at a later time. Until then we still can try to port the memberships API if you have a use-case for it, please open a ticket if you's like us to have a look.

(1-1/1)