New Hire Atom feed API - Attribute Changes
Summary:
We have an integration which was developed in 2023 using the New Hire Atom feed REST API to get the list of new hires. We then fetch only the pending worker records from the API response, by looking at the attribute value "WorkerType : P", and push those records to a downstream system. We recently noticed that this integration is not working as expected. Upon investigation we found that the attribute "WorkerType" is now returing a value of "PWK" in API response and our filter conditions are failing due to this change. Did anyone face this issue or have noticed