Description
Removed deprecated interviewers
property from the Interview Templates API.
This property was deprecated in favor of the hiringTeamRoleToInterviewers
property, which provides a more structured way to manage interviewers selection
in the context of hiring teams. It allows to specify interviewers based on their roles within the hiring team,
whereas the interviewers
property was a flat list of interviewers with implicitly assigned ANY
role.
Since now the hiringTeamRoleToInterviewers
property is the only way to manage interviewers in the Interview Templates API.
It is removed from the request of the following endpoints:
It is removed from the response of the following endpoints:
- https://developers.smartrecruiters.com/reference/getjobinterviewtemplates
- https://developers.smartrecruiters.com/reference/getjobapplicationinterviewtemplates
Impact
This change enforces the removal of the interviewers
property from any existing integrations and requires all the clients
to migrate from interviewers
to hiringTeamRoleToInterviewers
property.
It ensures that all interviewers are managed in a consistent way, and that the interviewers are always associated with their roles within the hiring
team.