So we are in the process of upgrading to Kinetic and I’ve Tested this in both our current production version and the upgrade version.
I’m trying to use the Rest API to hook up to our user Provisioning service so User account will get created and disabled however I’m running into an issue.
I can make get requests just fine if i call https:////api/v1/Erp.BO.UserFileSvc/UserFiles(dcduserid)
I can retrieve user details however if I do a Patch Request and change anything or even just the userdisabled flag which is all I want to do on e10 I get a “Sorry! Something went wrong. Please contact your system administrator.” with no further info after looking at the windows error logs it states “You are not allowed to modify payroll manager privileges.”
on kinetic however I will get “You are not allowed to modify payroll manager privileges.”
I have attempt both systems using the System Manager account and it does have security user roles. no users are setup as payroll manager as we do not even have that module has anyone ever seen this before and how to fix it?
the payroll manager error appears on any user I attempt to modify and by looking directly at the database no user has this set and checking every user by API shows “IsCurCompPayrollMgr”: false