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
recipient_id
string
requiredThe unique identifier of a recipient.
Body Parameters
name
string
requiredThe name of the recipient.
email
string
requiredThe 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?