---
title: "POST /auto_esr_exclusions/"
method: POST
path: "/auto_esr_exclusions/"
tags: ["AutoESRExclusions"]
---

# POST /auto_esr_exclusions/

`POST /auto_esr_exclusions/`

## Request body

- AutoESRExclusions[]
  - `auto_esr_id` integer
  - `domain` string
  - `id` integer
  - `local_part` string

## Response `200`

Success

- object
  - `message` string
  - `num_results` integer
  - `objects` AutoESRExclusions[]
    - `auto_esr_id` integer
    - `domain` string
    - `id` integer
    - `local_part` string

## Other responses

- `403` — Invalid or missing credentials

---

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