Skip to main content
POST
Replaces a recipient with a new person. The original recipient’s status changes to replaced, and a new recipient is created with the provided name and email. Use this endpoint when a recipient can no longer complete the envelope, for example after a hard bounce or if the wrong person was assigned. The new recipient inherits the original recipient’s type, key, routing position, and assigned places. A new ceremony is created and the invitation is sent according to the recipient’s delivery_type.
Recipients can only be replaced if they have not completed yet and the envelope status is processing or in_progress.

Path Parameters

recipient_id
string
required
The unique identifier of the recipient. Recipient IDs use the re_ prefix.

Body Parameters

name
string
required
The full name of the recipient. Appears in invitation emails and is pre-filled for typed signatures.
email
string
required
The email address of the recipient. Used to send invitation emails when delivery_type is email.

Returns

Returns a 201 Created status code along with the new recipient object if successful, or an error otherwise.