How i activate an user recently created, with API REST and PHP CURL?

Hi everybody ,
i want to activate an user recently created , using API REST , so how i can do this.

Thanks

Hi claz08,

You should associate the new user to a profile by performing a POST on API/portal/profileMember as described here :
http://documentation.bonitasoft.com/portal-api-0#profilemember
Some php curl examples have already been discussed into http://community.bonitasoft.com/answers/php-webservices-integration-bonita-engine.

Kind regards,

Jérémy