PUT documents/{documentId}/participants/{participantIndex}/email

Change the email address of a participant in a document. Updates the participant's email, reassigns any fields assigned to the old email, creates an audit event, and sends a notification email if the participant is next to sign.

Path Params
string
required

Unique identifier of the document

int32
required

Zero-based index of the participant whose email should be changed

Body Params
string
required

The new email address for the participant

Responses

400

Bad Request - Invalid email format, invalid participant index, participant already signed, or duplicate email

403

Forbidden - User does not have permission to modify the document

404

Not Found - Document not found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*