REST API for employee display name call which follows person security profile
Summary:
We have requirement to add an additional field which call REST API to list all the workers based on the logged in person access to population.
For that we can only see below REST API which list all employees display names.
/hcmRestApi/resources/11.13.18.05/publicWorkers --> This fetch and displays all the employees with name but since this is public worker rest api, security doesn't work here and any admin having limited AOR access also can see all the employees in the fields.
Please let us know which REST API we can use where we can see all display names of all the employees which follows the person security profile instead of public person security profile.