Recipients
Replace a recipient
Replaces an existing recipient with a new one.
POST
/
v1
/
recipients
/
{recipient_id}
/
replace
Recipients can be replaced as long as they haven’t completed yet, and the envelope status is
in_progress
.Path Parameters
The unique identifier of a recipient.
Body Parameters
The name of the recipient.
The email address of the recipient.
Returns
Returns a 201 Created
status code along with the new recipient object if successful, or an error otherwise.
Was this page helpful?