---
title: "Add a reviewer to a team"
method: POST
path: "/teams/{teamId}/reviewers"
---

# Add a reviewer to a team

`POST /teams/{teamId}/reviewers`

## Path parameters

- `teamId` string, required

## Request body

- ReviewerInput
  - `employee_id` string, required
  - `name` string, required
  - `read_only` boolean

## Response `201`

Created

- Reviewer
  - `employee_id` string
  - `name` string
  - `read_only` boolean
  - `_id` string
  - `added_on` string, date-time

---

[API](https://skmtc.net/boyahq/apis/teams-api.md) · [All operations](https://skmtc.net/boyahq/apis/teams-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/boyahq/teams-api/versions/3a2226d93641/schema)
