---
title: "Add hiring team member of a job with a given id."
method: POST
path: "/jobs/{jobId}/hiring-team"
tags: ["jobs"]
---

# Add hiring team member of a job with a given id.

`POST /jobs/{jobId}/hiring-team`

Add hiring team member of a job with a given id

## Request body

- HiringTeamMember
  - `id` string, required
  - `role` union, required
    - 'HIRING_MANAGER' | 'INTERVIEW_TEAM' | 'RECRUITER' | 'EXECUTIVE' | 'COORDINATOR'
    - string

## Response `200`

Added hiring team member

- HiringTeamMemberResponse
  - `id` string, required
  - `role` union, required
    - 'HIRING_MANAGER' | 'INTERVIEW_TEAM' | 'RECRUITER' | 'EXECUTIVE' | 'COORDINATOR'
    - string
  - `actions` object
    - `details` Action, required
      - `url` string, required
      - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'OPTIONS' | 'DELETE' | 'HEAD' | 'CONNECT', required

## Other responses

- `400` — with code * **USER_NOT_FOUND** when user with given id does not exist
- `401` — Job access denied
- `409` — User is already a member of the hiring team

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/versions/449bdc2516c9/schema)
