We realized in the next upcoming Oracle HCM release (23D), one of the endpoints will be marked as deprecated (Employees endpoint). Currently, we're in the process of rewriting our application to hit a different endpoint in Oracle HCM, so that the application will no longer continue to use this deprecated endpoint.
https://docs.oracle.com/en/cloud/saas/human-resources/23c/farws/api-employees.html
What is crucial to us is the fact we will no longer be able to get Employee and Manager Roles in general starting from that release.
https://docs.oracle.com/en/cloud/saas/human-resources/23c/farws/api-employees-roles.html
Particularly, we would lose the functionality of obtaining the RoleCommonName item field from the Employee and Manager Roles. Is there an alternative / equivalent endpoint for fetching these role names?
If not possible, we were thinking about Public Workers API endpoint, where we can retrieve a public worker by their assignment supervisor ID. When fetching this item, it contains information about their job name and the manager type meaning. Can those be used as a replacement for Manager Role Common Names, instead?
Thanks in advance.