Re: Rest services, user creation response with password=null

2017-05-11 Thread Marco Di Sabatino Di Diodoro
Il 11/05/2017 17:09, Hugo Cerdeira ha scritto: Hi, When I create a User via the restfull api on syncope-core, I get the following response: "entity": { "@class":"org.apache.syncope.common.lib.to.UserTO", "creator":"admin", "creationDate":"2017-05-11T15:01:53.159+",

Rest services, user creation response with password=null

2017-05-11 Thread Hugo Cerdeira
Hi, When I create a User via the restfull api on syncope-core, I get the following response: "entity": { "@class": "org.apache.syncope.common.lib.to.UserTO", "creator": "admin", "creationDate": "2017-05-11T15:01:53.159+", "lastModifier": "admin", "lastChangeDate":

Re: Rest services, user creation response with password=null

2017-05-11 Thread HugoCerdeira
Hi, Thanks for the quick reply! That worked and i can now see the password on the response, but when I'm trying to the provisioning of the User I receive null on the password field, on my groovy script used by my connector. I do receive the other fields like username and plain attrs so i guess