Closed craftamap closed 3 years ago
Atlassian still did not implement some nice endpoints like creating users into the rest api. such a shame. Although deprecated in confluence 5.5 in 2014, the soap/xml-rpc/json-rpc api is still available (although it needs to be enabled by hand).
It would be super cool to do:
pluploader rpc <method name> <argument1> <argument2> ...
and therefore interact with the xmlrpc api. This obviously does not allow for complicated interactions, but creating a user by writing:
pluploader rpc addUser alice secretPassword
Closed by 8c16b1d3a12ab8f1e8a4a2e0c14af1a26b66e181
Atlassian still did not implement some nice endpoints like creating users into the rest api. such a shame. Although deprecated in confluence 5.5 in 2014, the soap/xml-rpc/json-rpc api is still available (although it needs to be enabled by hand).
It would be super cool to do:
and therefore interact with the xmlrpc api. This obviously does not allow for complicated interactions, but creating a user by writing: