Audit API - Company Hiring Team Role Update Events
December 16th, 2025
Description
The Audit API has been enhanced to provide detailed insights into the management of company-level Hiring Team Roles. These new events track the creation, updates, deletion, and activation status changes of hiring team roles, offering a comprehensive audit trail for administrative actions.
The following new event types are now available:
COMPANY_HIRING_TEAM_ROLE_CREATED: Triggered when a new hiring team role is created. The event context includes the full details of the newly created role, including itsid,name,activestatus,defaultRolestatus, and configuration for job and application access.COMPANY_HIRING_TEAM_ROLE_UPDATED: Occurs when a hiring team role's properties are modified. The event context provides abeforeandaftersnapshot, detailing the state of the hiring team role prior to and following the update. This includes changes to the role's name, and access configurations.COMPANY_HIRING_TEAM_ROLE_DELETED: Fired when a hiring team role is permanently removed from the system. The event context contains the last known details of the deleted role, ensuring a complete record of what was removed.COMPANY_HIRING_TEAM_ROLE_ACTIVATION_CHANGED: Logged when a hiring team role is either activated or deactivated. The event context specifies the role'sidand shows thebeforeandafteractivation states, making it easy to track when a role's availability is changed.
Impact
These changes are backward-compatible and introduce new event types that can be monitored. Existing integrations will not be affected. These events provide greater visibility into administrative changes.