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

# PUT /recipients/{domain}/{local_part}{property_field}

`PUT /recipients/{domain}/{local_part}{property_field}`

## Path parameters

- `domain` string, required
- `local_part` string, required
- `property_field` 'no_auto_esr' | 'delivery_tls_outgoing' | 'blackholed' | 'enable_malware_access' | 'premium' | 'premium_available' | 'enable_filtering' | 'shared_mailbox' | 'should_archive' | 'date_format' | 'time_format' | 'filtering_available' | 'quarantine_disabled' | 'distribution_list' | 'relay' | 'submission_tls_outgoing' | 'ldap_username' | 'archiving_available' | 'delivery_tls_incoming' | 'quarantine_password_hash' | 'local_part' | 'timezone' | 'submission_tls_incoming' | 'exclude_from_sync' | 'enable_submission_filtering' | 'enable_oauth2' | 'domain', 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

- object
  - `message` string
  - `num_results` integer
  - `status` integer

## 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)
