---
title: "Choose which person outreach writes to at a prospect"
method: PATCH
path: "/v3/outreach/prospects/{id}/people/{personId}"
tags: ["Outreach"]
---

# Choose which person outreach writes to at a prospect

`PATCH /v3/outreach/prospects/{id}/people/{personId}`

Marks one person as the outreach target for this site, clearing the flag on the others. Pass false to rule a person out of the automatic pick, or null to leave it undecided so the highest-confidence address on the most senior person wins.

## Path parameters

- `id` string, required
- `personId` string, required

## Request body

- object
  - `isTarget` boolean, nullable, required — true to target this person, false to rule them out, null to leave it undecided.

## Response `200`

Default Response

- object
  - `success` boolean, required
  - `isTarget` boolean, nullable

## Changes

- **2026-09-17** `ea8bce67cd7e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/outreach/prospects/:id/people/:personId/patch.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/992a8ecadda0?raw)
