---
title: "POST /auto_esr_settings/"
method: POST
path: "/auto_esr_settings/"
tags: ["AutoESR"]
---

# POST /auto_esr_settings/

`POST /auto_esr_settings/`

## Request body

- AutoESR[]
  - `distribution_list_esr` boolean
  - `domain` string
  - `from_address` string
  - `id` integer
  - `legacy` boolean
  - `name` string
  - `pdf_report` boolean
  - `query` string
  - `schedule` string
  - `send_welcome_email` boolean
  - `shared_mailbox_esr` boolean
  - `subject` string
  - `template_name` string
  - `timezone` string

## Response `200`

Success

- object
  - `message` string
  - `num_results` integer
  - `objects` AutoESR[]
    - `distribution_list_esr` boolean
    - `domain` string
    - `from_address` string
    - `id` integer
    - `legacy` boolean
    - `name` string
    - `pdf_report` boolean
    - `query` string
    - `schedule` string
    - `send_welcome_email` boolean
    - `shared_mailbox_esr` boolean
    - `subject` string
    - `template_name` string
    - `timezone` 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)
