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
required

The unique identifier of a recipient.

Body Parameters

name
string
required

The name of the recipient.

email
string
required

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.