Yes, i can create a new one.
There is a small tool (called Booked tester that can help in debugging)
Here it is what it says (and successfully create a new user)
-------------------------------------------------------------------------------------------------------------------
-1 route chosen is
http://xx.xx.xx.xx/booked/Web/Services/index.php/Users/ secure is True
header type is POST
service request is CreateUser
sessionToken is
userId is
-1 $authroute is
http://xx.xx.xx.xx/booked/Web/Services/index.php/Authentication/Authenticate $authbody is {"username":"admin","password":"xxx"}
-1 ********** Making the call to Authenticate **********
-1 sessionToken =
-1 userId =
-1 status = 200
-1 reply = {"sessionToken":"5663316ac76d3","sessionExpires":"2015-12-05T19:18:10+0000","userId":"2","isAuthenticated":true,"links":[{"href":"http:\/\/xx.xx.xx.xx\/booked\/Web\/Services\/index.php\/Authentication\/SignOut","title":"logout"}],"message":null}
-1 response = {"sessionToken":"5663316ac76d3","sessionExpires":"2015-12-05T19:18:10+0000","userId":"2","isAuthenticated":true,"links":[{"href":"http:\/\/xx.xx.xx.xx\/booked\/Web\/Services\/index.php\/Authentication\/SignOut","title":"logout"}],"message":null}
-1 sessionToken = 5663316ac76d3
-1 userId = 2
-1 isAuthenticated = True
-1 secure = True
-1 sessionExpires = 2015-12-05T19:18:10+0000
-1 ************ Making the call to ************
=>
http://xx.xx.xx.xx/booked/Web/Services/index.php/Users/=> body = {"password":"maxmax","language":"en_us","firstName":"max","lastName":"max","emailAddress":"
m...@max.com","userName":"maxmax","timezone":"America/Chicago","phone":"","organization":"","position":"","customAttributes":[{"attributeId":"3","attributeValue":"Steve Majors"},{"attributeId":"5","attributeValue":"Yes"}]}
-1 sessionToken = 5663316ac76d3
-1 userId = 2
-1 ************ HERE IS THE FINAL DATA *************
=> header_type is POST
=> route is
http://xx.xx.xx.xx/booked/Web/Services/index.php/Users/=> body is {"password":"maxmax","language":"en_us","firstName":"max","lastName":"max","emailAddress":"
m...@max.com","userName":"maxmax","timezone":"America/Chicago","phone":"","organization":"","position":"","customAttributes":[{"attributeId":"3","attributeValue":"Steve Majors"},{"attributeId":"5","attributeValue":"Yes"}]}
=> adding the header for authentication
==> X-Booked-SessionToken:5663316ac76d3
==> X-Booked-UserId:2
-1 status = 201
-1 reply = {"userId":13,"links":[{"href":"http:\/\/xx.xx.xx.xx\/booked\/Web\/Services\/index.php\/Users\/:userId","title":"get_user"},{"href":"http:\/\/xx.xx.xx.xx\/booked\/Web\/Services\/index.php\/Users\/:userId","title":"update_user"}],"message":null}
*************** Reply in an Easier-To-Read Format ***************
{
"userId": 13
"links": [
{
"href": "http:\/\/xx.xx.xx.xx\/booked\/Web\/Services\/index.php\/Users\/:userId"
"title": "get_user"
}
{
"href": "http:\/\/xx.xx.xx.xx\/booked\/Web\/Services\/index.php\/Users\/:userId"
"title": "update_user"
}
]
"message": null
}
---------------------------------------------------------------------------------------------------------