Orchestrator API - Update modern Unattended Robot password

Hi @BennyS

I solved the issue by splitting the process in:

  1. Get the user (GET /odata/Users({key}))
  2. Change/set the Unattended Password

    “UnattendedRobot”: {
    “Password”: “new password”,

  3. Update the user with at PUT call (with the changed password) (PUT /odata/Users({key}))

I hope this helps.

Best Regards, Martin

2 Likes