---
title: "Update People Watchlist"
method: PUT
path: "/watchlists/people/{id_or_urn}"
tags: ["people"]
---

# Update People Watchlist

`PUT /watchlists/people/{id_or_urn}`

## Path parameters

- `id_or_urn` union, required
  - integer
  - string, uuid
  - string

## Request body

- PeopleWatchlistUpdateInput
  - `name` string, nullable
  - `shared_with_team` boolean, nullable
  - `named_views_order` string[], nullable

## 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/fbef1ba78f96/schema)
