Create Users by Using Remote PHP-Client
Create Users by Using Remote PHP-Client
$repositoryUrl = "http://test.com:8080/alfresco/api";
$userName = "admin";
$password = "password";
$userDetails = array("userName"=>"USERNAME",
"password"=>"PASSWORD",
"properties"=>$NamedValues->__toArray());
print_r($administration->createUser($userDetails));