OOTB Agent DisableDormantOperators not working
Hi All,
Our OOTB Agent DisableDormantOperators is running but isn't disabling any users.
If I turn on debug logging and run the activity manually (pzDisableDormantOperators) I can see it goes through the motions but doesn't actually disable any users.
In the activity it's calling this
((PegaAPI)tools).handleEnableOrDisableOperatorRequest(responsePage,operators,paramPage);
But I can find no reference to it and no matter which logger I enable ALL against I get no further information.
Does anyone know what the problem might be?
This isn't working in any of our environments, we are running 7.31.
I should mention that using the PegaAPI method /users/disable works just fine.