---
title: "Every Reply-To grant on record"
method: GET
path: "/Communications/ReplyAddresses/Grants"
tags: ["Communications"]
---

# Every Reply-To grant on record

`GET /Communications/ReplyAddresses/Grants`

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

Lists which users may set which Reply-To address on a campaign, with the grantee's display name resolved for the admin list.

## Response `200`

Success

- GetReplyAddressGrantsResponse
  - `grants` CommunicationReplyAddress[]
    - `id` integer
    - `userEmail` string
    - `replyTo` string
    - `displayName` string, nullable
    - `grantedBy` string, nullable
    - `grantedAt` string, date-time, nullable
    - `userDisplayName` string, nullable

## Other responses

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