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+0000",
"lastModifier": "admin",
"lastChangeDate": "2017-05-11T15:01:53.159+0000",
"key": "d968db6d-4ab8-4716-a8db-6d4ab8c716b6",
"type": "USER",
"realm": "/",
"status": "created",
"password": null,
..........irrelevant.......
but as you can see I get password= null, even tho I sent a password when
creating the user, any ideia on how i can get it to show on the response?
Thanks!
Hugo Cerdeira.