---
title: "Create ExclusionList"
method: POST
path: "/v3/security/exclusionLists"
tags: ["Exclusion List"]
---

# Create ExclusionList

`POST /v3/security/exclusionLists`

Allows the creation of a new ExclusionList

## Query parameters

- `fields` string[]
- `createActivityLog` string

## Request body

- ExclusionList
  - `id` integer
  - `owner` string
  - `ownerId` integer
  - `name` string
  - `description` string
  - `fixedValues` ListEntityExclusion
    - `data` Exclusion[]
      - `value` string
    - `count` integer
    - `countSuccess` integer
    - `countFailure` integer
    - `count_type` string
    - `next` string
    - `prev` string
    - `mode` string
  - `variableValues` ListEntityExclusion
    - `data` Exclusion[]
      - `value` string
    - `count` integer
    - `countSuccess` integer
    - `countFailure` integer
    - `count_type` string
    - `next` string
    - `prev` string
    - `mode` string
  - `active` boolean
  - `managed` boolean

## Response `200`

The new ExclusionList

- ExclusionList
  - `id` integer
  - `owner` string
  - `ownerId` integer
  - `name` string
  - `description` string
  - `fixedValues` ListEntityExclusion
    - `data` Exclusion[]
      - `value` string
    - `count` integer
    - `countSuccess` integer
    - `countFailure` integer
    - `count_type` string
    - `next` string
    - `prev` string
    - `mode` string
  - `variableValues` ListEntityExclusion
    - `data` Exclusion[]
      - `value` string
    - `count` integer
    - `countSuccess` integer
    - `countFailure` integer
    - `count_type` string
    - `next` string
    - `prev` string
    - `mode` string
  - `active` boolean
  - `managed` boolean

---

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