---
title: "Rename a reply-to profile"
method: PATCH
path: "/reply-profiles/{id}"
tags: ["Sender Profiles"]
---

# Rename a reply-to profile

`PATCH /reply-profiles/{id}`

Renames one reply-to profile in place. Only the display name changes - the address and the account-wide default Reply-To selection are left untouched. Requires companies:manage.

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string, required — New display name. Trimmed before saving.

## Response `200`

Reply-to profile renamed

- object
  - `success` boolean
  - `replyProfile` ReplyProfileSummary
    - `id` string
    - `name` string
    - `email` string
    - `isDefault` boolean
    - `createdAt` string, date-time
  - `renamed` boolean — False when the profile already carried that name, so nothing changed.

## Other responses

- `400` — Name is empty or longer than 255 characters
- `401` — Unauthorized
- `404` — Reply-to profile not found in this company

---

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