---
title: "Update an exclusion list"
method: PUT
path: "/api/intellimatch/exclusion-lists/{excludedDomainList_id}"
tags: ["Exclusion Lists"]
---

# Update an exclusion list

`PUT /api/intellimatch/exclusion-lists/{excludedDomainList_id}`

Updates an exclusion list's name and/or sharing status.

Only the list owner can update or change sharing settings.

## Request body

- object
  - `name` string, required — The new name for the list (must be unique per user).
  - `is_shared` boolean — Optional. Set to true to share with team, false to make private.

## Response `200`

Ok

- object
  - `success` boolean
  - `list` object
    - `id` integer
    - `name` string
    - `is_shared` boolean
    - `is_owner` boolean

## Other responses

- `400` — No team
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not found
- `422` — Validation failed

---

[API](https://skmtc.net/findymail/apis/findymail-api-documentation.md) · [All operations](https://skmtc.net/findymail/apis/findymail-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/findymail/findymail-api-documentation/revisions/ae7fddf16bf9/schema)
