Recipients
Replace a recipient
Replaces an existing recipient with a new one.
POST
Replaces a recipient with a new person. The original recipient’s status changes toDocumentation Index
Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
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 a201 Created status code along with the new recipient object if successful, or an error otherwise.