Operations
Replace a recipient
Replaces an existing recipient with a new one.
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.
processing or in_progress.Path Parameters
The unique identifier of the recipient. Recipient IDs use the re_ prefix.
Body Parameters
The full name of the recipient. Appears in invitation emails and is pre-filled for typed signatures.
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.