Jobs API - search supports filtering by hiring team members

Description

A new optional query parameter hiringTeamMemberId has been added to the Search jobs API. It allows you to filter jobs by hiring team members in any role. Pass one or more user identifiers to restrict results to jobs where any of the provided users is on the job's hiring team.

Impact

This change is backward compatible. The parameter is optional; existing integrations do not need to be updated. Clients can adopt the new filter when they need to narrow search results by hiring team membership.

References