---
title: "Grant a user a Reply-To address"
method: POST
path: "/Communications/ReplyAddresses/Grants"
tags: ["Communications"]
---

# Grant a user a Reply-To address

`POST /Communications/ReplyAddresses/Grants`

**Requires permissions:** *Admin* or *IT*

Lets one user set one Reply-To address on their campaigns. Display only: it does not grant access to the mailbox and does not change the From address.

## Request body

- PostReplyAddressGrantRequest
  - `userEmail` string, nullable
  - `replyTo` string, nullable
  - `displayName` string, nullable

## Response `200`

Success

- PostReplyAddressGrantResponse
  - `grant` CommunicationReplyAddress
    - `id` integer
    - `userEmail` string
    - `replyTo` string
    - `displayName` string, nullable
    - `grantedBy` string, nullable
    - `grantedAt` string, date-time, nullable
    - `userDisplayName` string, nullable

## Other responses

- `400` — An Error Occurred - missing or malformed address
- `401` — Unauthorized
- `403` — Forbidden

---

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