---
title: "POST /recipients/{domain}/{local_part}/"
method: POST
path: "/recipients/{domain}/{local_part}/"
tags: ["Recipient"]
---

# POST /recipients/{domain}/{local_part}/

`POST /recipients/{domain}/{local_part}/`

## Path parameters

- `domain` string, required
- `local_part` string, required

## Request body

- Recipient
  - `archiving_available` string
  - `date_format` string
  - `distribution_list` boolean
  - `domain` string
  - `enable_filtering` boolean
  - `enable_malware_access` boolean
  - `enable_oauth2` boolean
  - `enable_submission_filtering` boolean
  - `exclude_from_sync` boolean
  - `filtering_available` string
  - `ldap_username` string
  - `local_part` string
  - `no_auto_esr` boolean
  - `premium` boolean
  - `premium_available` string
  - `shared_mailbox` boolean
  - `should_archive` integer
  - `time_format` string
  - `timezone` string

## Response `200`

Success

- Recipient
  - `archiving_available` string
  - `date_format` string
  - `distribution_list` boolean
  - `domain` string
  - `enable_filtering` boolean
  - `enable_malware_access` boolean
  - `enable_oauth2` boolean
  - `enable_submission_filtering` boolean
  - `exclude_from_sync` boolean
  - `filtering_available` string
  - `ldap_username` string
  - `local_part` string
  - `no_auto_esr` boolean
  - `premium` boolean
  - `premium_available` string
  - `shared_mailbox` boolean
  - `should_archive` integer
  - `time_format` 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/versions/ddcf07469cce/schema)
