@"{
""@odata.context"": ""..."",
""Name"": ""Test1"",
""Surname"": ""Test2"",
""UserName"": ""Test1234"",
""Domain"": null,
""FullName"": ""Test1 Test2"",
""EmailAddress"": """",
""IsEmailConfirmed"": false,
""LastLoginTime"": null,
""IsActive"": true,
""CreationTime"": ""2022-03-03T14:12:35.003Z"",
""AuthenticationSource"": null,
""Password"": null,
""IsExternalLicensed"": false,
""RolesList"": [
""Robot""
],
""LoginProviders"": [
""Robot""
],
""TenantId"": 1,
""TenancyName"": ""Default"",
""TenantDisplayName"": ""Default"",
""TenantKey"": ""..."",
""Type"": ""User"",
""ProvisionType"": ""Manual"",
""LicenseType"": null,
""Key"": ""..."",
""MayHaveUserSession"": true,
""MayHaveRobotSession"": false,
""MayHaveUnattendedSession"": true,
""BypassBasicAuthRestriction"": false,
""MayHavePersonalWorkspace"": false,
""RestrictToPersonalWorkspace"": false,
""Id"": 14,
""RobotProvision"": null,
""UnattendedRobot"": {
""UserName"": ""...\\Test"",
""Password"": ""Test123567"",
""CredentialStoreId"": 1,
""CredentialType"": ""Default"",
""CredentialExternalName"": null,
""LimitConcurrentExecution"": false,
""RobotId"": 8,
""ExecutionSettings"": {
""LoginToConsole"": false
}
},
""NotificationSubscription"": {
""Queues"": true,
""Robots"": true,
""Jobs"": true,
""Schedules"": true,
""Tasks"": true,
""QueueItems"": true,
""Insights"": true
}
}"
This is the JsonObject which I am trying to PUT. The only thing that I have changed is the (UnattendendedRobot)(Password)
This is working on acceptance, but not on Production anymore. It has been working 1 month ago, the only thing that has changed is the update of the SSL certificate. Might this be a problem?
The robot is updating its own login credentials - this might also be a problem, but it worked 1 month ago.
The access rights are set to be able to view and edit users.
Maybe: A good debugging question would be : How can I use the basic HTTP Request wizard for the production orchestrator? I can’t get the http request wizard to work - all tries lead to “not authenticated”. Which endpoint do I have to use? Which auth. method?