Hi, I'm trying to push user info changes via REST, but when I execute the task this is what I get:
Result status of execution '3c628254-4f03-462d-a282-544f03d62d62' No provisions nor orgUnit available: aborting... Although there is a change in one of the users that I made manually using the syncope-console interface. Help is appreciated! PD: I included the configuration of my connector and resource, as well as the Search and Update scripts. PD2: If not pictured asume default value. PD3: https://myserver/direct/user.json sample: {"entityPrefix": "user", "user_collection": [ { "createdDate": 1421366855000, "createdTime": { "display": "Jan 15, 2015 7:07 pm", "time": 1421366855000 }, "displayId": "scott", "displayName": "scott", "eid": "[email protected]", "email": "[email protected]", "firstName": "Scott", "id": "1cdbc07b-7975-4b65-8923-751d782787de", "lastModified": 1440698352000, "lastName": "Tiger", "modifiedDate": 1440698352000, "modifiedTime": { "display": "Aug 27, 2015 1:59 pm", "time": 1440698352000 }, "own ....... [more users......] and this https://myserver/direct/user/scott.json works as well. (Same variable names as above) Best Regards, Sergio Muriel
SakaiUserSearchScript.groovy
Description: SakaiUserSearchScript.groovy
SakaiUserUpdateScript.groovy
Description: SakaiUserUpdateScript.groovy
