Update a hiring-team member's roles
Update a hiring-team member’s roles or remove them.
Scoped to the job in the URL, so a member id belonging to another job (even
within the same org) returns 404. Only job_roles is writable.
Authorizations
API key authentication for the public API. Pass your API key as a Bearer token.
Body
PATCH a hiring-team row: job_roles is the only writable field.
Unified role types assigned to this hiring team member in the source ATS, mapped from Kombo's get_jobs job_roles[].unified_type. Empty list for non-ATS rows (e.g. creator auto-add) or roles Kombo could not map to a unified type.
HIRING_MANAGER- Hiring managerRECRUITER- RecruiterCOORDINATOR- CoordinatorSOURCER- SourcerINTERVIEWER- InterviewerADMIN- Admin
HIRING_MANAGER, RECRUITER, COORDINATOR, SOURCER, INTERVIEWER, ADMIN Response
A hiring-team row (read shape).
organization_member is the resolved org member's id, or null for a pending
row (an email that has not yet joined the organization). email is the row's
natural key.
Email of the hiring team member. Stored lowercase for case-insensitive lookup.
Resolved org member. NULL while the email has not yet joined the organization.
Unified role types assigned to this hiring team member in the source ATS, mapped from Kombo's get_jobs job_roles[].unified_type. Empty list for non-ATS rows (e.g. creator auto-add) or roles Kombo could not map to a unified type.
HIRING_MANAGER- Hiring managerRECRUITER- RecruiterCOORDINATOR- CoordinatorSOURCER- SourcerINTERVIEWER- InterviewerADMIN- Admin
HIRING_MANAGER, RECRUITER, COORDINATOR, SOURCER, INTERVIEWER, ADMIN 
