08/24/2023 01:39 PM
When we send a rest V5 UpdateUser API request to our DEV system, the first attempt fails (http 500), a second request sent immediately after succeeds. Any ideas of what the problem might be...?
Payload:
{
"propertytosearch": "employeeid",
"username": "",
"checkrules": "true",
"inlineruleevaluation": "true",
"employeeid": "12345",
"enddate": "10-11-2023"
}
Thanks
08/24/2023 06:45 PM
Any errors in logs ?
08/25/2023 08:46 AM