How to create user account from my custom php application?

Hi Folks, We are developing a custom php application which uses Nuxeo as CMIS content repository. From our application we need to create a user account automatically for Nuxeo platform and workspace for that user then. At nuxeo API, i am not able to find solution for this requirement. Please help us.

0 votes

1 answers

1464 views

ANSWER



Hi,

You can use restApi and Curl for this. You can find description here. Add nuxeo/api/v1/doc to your Nuxeo adress.

For workspace see here

Hope it helps you, Best regard.

0 votes