On Talenta, when you hit the Talenta API, you can see employee data in it, including sensitive data such as date of birth to address. With the data masking feature found on the Integration menu, you can limit access to data that can be accessed via the API. Here are the steps.
- Click the “Integrations” menu on your Talenta Dashboard.
The Integrations menu can only be accessed by the Superadmin role.
- Click the “API data masking” tab at the bottom.
- Then you will see this page.
- Here, you can select the data you want to delete.
- You can first check GET All Employee API at https://api.mekari.com/v2/talenta/v2/employee?limit=20.
- Then return to Talenta's API data masking page and select the attribute you want to mask, for example, first name and last name. And click "Save" to save it.
- A pop-up will appear as follows and click "Save" to continue.
- Hence, when you check https://api.mekari.com/v2/talenta/v2/employee?limit=20 the attribute you choose will be hidden with the *** symbol.
Next, you can learn how to set HMAC API Access on Talenta. This feature allows you to integrate third-party backend services with Talenta's central HRIS system.