---
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

---

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