---
title: "Create People Watchlist"
method: POST
path: "/watchlists/people"
tags: ["people"]
---

# Create People Watchlist

`POST /watchlists/people`

## Request body

- PeopleWatchlistInput
  - `name` string, required
  - `shared_with_team` boolean, required
  - `people` string[]

## Response `200`

Successful Response

- ResourceUrnResponseUnionPeopleWatchlistUrnSynapseListUrn
  - `urn` union, required
    - string
    - string
  - `metadata` DBOperationMetadata
    - `count_total` integer, nullable
    - `count_changed` integer, nullable
    - `count_skipped` integer, nullable
    - `count_not_found` integer, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `fcf35c98e097` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/harmonic/apis/harmonic-ai-public-api/changes/watchlists/people/post.md)

---

[API](https://skmtc.dev/harmonic/apis/harmonic-ai-public-api.md) · [All operations](https://skmtc.dev/harmonic/apis/harmonic-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/harmonic/harmonic-ai-public-api/revisions/6b871b842c2d/schema)
