Documentation Index
Fetch the complete documentation index at: https://mintlify.com/chamals3n4/OpenATS/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Hiring Team endpoints allow you to assign recruiters and hiring managers to specific job openings, enabling collaboration on candidate evaluation and pipeline management.Get Hiring Team
Path Parameters
The unique identifier of the job
Response
Add Team Member
Path Parameters
The unique identifier of the job
Body Parameters
The unique identifier of the user to add to the hiring team
Response
Error Responses
409 Conflict
Returned when the user is already a member of the hiring team
400 Bad Request
User not found
404 Not Found
Job not found
Remove Team Member
Path Parameters
The unique identifier of the job
The unique identifier of the user to remove from the hiring team
Response
Error Responses
403 Forbidden
Cannot remove the job creator from the hiring team
404 Not Found
User is not on this job’s hiring team, or job not found