how to create users by using php automation

is there any possible way to create a users account by using the php automation api.

0 votes

1 answers

1901 views

ANSWER



Hi,

I advise you to use the REST API with your favorite REST PHP library for building the request. See http://nuxeo.github.io/api-playground/#/resources/user/2/POST

0 votes