Skip to main content
PATCH
Rename Reply-To Profile
Rename one reply-to profile in place. Only the display name changes: the address and the account-wide default Reply-To selection are left exactly as they were. This is the Reply-To counterpart of Rename Sender Profile. Reply-to profiles are unique per address within a company, so a rename here can never collide with a sibling profile.
To change which profile is the account default, use Update Company with replyProfileId instead.
Get profile IDs from List Sender Profiles. Requires the companies:manage scope.

Request

string
required
Reply-to profile ID.
string
required
New display name. Trimmed before saving; must be non-empty and 255 characters or fewer.

Response fields

boolean
false when the profile already carried that name, so nothing changed.
boolean
Whether this profile is the account default. This endpoint never changes it.

Responses