PUT
/
offer-recipients
/
{id}
/
role

Authorizations

Authorization
string
headerrequired

Value for the Authorization header parameter.

Path Parameters

id
string
required

OfferRecipient identifier

Body

role
enum<string> | null
required

The role of the recipient

Available options:
read,
sign

Response

200 - application/json
id
string
email
string
firstName
string
lastName
string
offer
string
role
enum<string>
Available options:
read,
sign
createdAt
string
signingStatus
enum<string>
default: not_started
Available options:
pending,
started,
signed,
not_started,
archived
signingLog
string[]
signedDocument
string | null
link
string

Link to the offer for the recipient

signingName
string
signingNameRole
string
signatureDone
boolean
submissionSlug
string | null
tenantId
string