Hi @BennyS
I solved the issue by splitting the process in:
- Get the user (GET /odata/Users({key}))
- Change/set the Unattended Password
–
“UnattendedRobot”: {
“Password”: “new password”,
…
– - Update the user with at PUT call (with the changed password) (PUT /odata/Users({key}))
I hope this helps.
Best Regards, Martin