We want to create a user on plone from my java application, so how can I do this? Passed https://github.com/plone/plone.restapi , but did not get a clear idea.
I want to use a REST client in java that can call plone to create, update, delete, get a user.
So, can I get some example of how to manipulate Plone users from my java application?
There is also access to the Json API, XML-RPC, Plone API (not suitable in our java application), but again, for user manipulations, it will not meet our requirements.
Thank.
source
share