Update invitee

Modify a single invitee and its related information.
When the dossier is in pending state only the name, email and phoneNumber can be modified.
Existing invites for the invitee are automatically invalidated if the email or phoneNumber is changed.

Path Params
uuid
required

a uuid string that identifies a dossier

uuid
required

a uuid string that identifies a single invitee

Body Params
uuid
required

Optional. Indicates that only a particular invitee is allowed/required to use a field.

string
required
length ≤ 255

Name of the person invited to read and/or sign the document

string
length ≤ 255

A valid email address

string | null
enum
Defaults to en-US

Locale of the language to be used in invitations.

integer

Set the order of signing. For example if there are two invitees set position 1 for the first invitee and position 2 for the second invitee. It is possible to set multiple invitees on the same position. Make sure there is no gap between the positions.

authenticationMethods
array of strings
authenticationMethods
string
enum
deprecated

Additional user identification is required. When you select qualified it cannot be used with other identification methods. Please note that this is only available when configured for your account.

Allowed:
identificationMethods
array of strings
identificationMethods
notifications
array of strings or null
notifications
payments
array of objects

Additional payment is required. Please note that this is only available when configured for your account.

payments
string

The phone number of the invitee in E.164 format. Required when identificationMethod is otp.

string
length ≤ 255

A reference to an external identifier of your invitee.

boolean
Defaults to false

Indicates that this invitee needs to review the dossier, instead of signing it

string
enum

The invitee has approved or declined the dossier

Allowed:
url | null
Defaults to null

URL to redirect the invitee to after signing, approving or declining the dossier. If not set, the default confirmation page will be shown.

fields
array of objects
fields
Responses

Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json