As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Hi Nico,
While updating a user, you will need to have following key-value pairs in the PUT request:
Nico Barelmann
i have a script which runs through each user of my application once a day to check some values. (All on node.js)
So i do have a User with Master-Credentials, but how can i update the users? If i'm trying to use "PUT" with a REST Call from my node.js script, all values are deleted from the user just the new saved values are saved to the database. Of course i can write a hack to add the "old data" manually on each save, but i think this is a ugly solution.
What did i wrong?
Best, Nico