Skip to main content
PATCH
Update Participant by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

envelopeID
string<uuid>
required

A unique UUIDv4 string that identifies the envelope in the Nitro system.

participantID
string<uuid>
required

A unique UUIDv4 string that identifies the participant in the Nitro system.

Body

application/json
authentication
Access Code · object

Participant authentication. Optional field.

Response

Participant updated successfully

ID
string<uuid>

The unique identifier of the participant

email
string

The email address of the participant

role
string

The role of the participant

authentication
Access Code · object

Participant authentication