Skip to content

Latest commit

 

History

History
45 lines (41 loc) · 3.02 KB

Signer.md

File metadata and controls

45 lines (41 loc) · 3.02 KB

Signer

Properties

Name Type Description Notes
email string
display_name string [optional]
first_name string [optional]
last_name string [optional]
email_viewed bool [optional]
viewed bool [optional]
signed bool [optional]
downloaded bool [optional]
signed_on \DateTime [optional]
needs_to_sign bool When `false` user does not need to sign, but will receive a copy of the signed document and signing log, see: Copy only [optional] [default to true]
approve_only bool Require user to approve the document (without adding a signature), see: Approve only [optional]
notify_only bool Send notifications about the document and a copy of the signed document and signing log, but don't require them to take any action, see: Notify only [optional]
in_person bool When used in combination with an embed url on the sender, after sender has signed, they will be redirected to the next `in_person` signer, see: In person signing [optional]
order int [optional]
language string [optional]
force_language bool [optional]
emailed bool [optional]
verify_phone_number string [optional]
verify_bank_account string [optional]
declined bool [optional]
declined_on \DateTime [optional]
forwarded string [optional]
forwarded_on \DateTime [optional]
forwarded_to_email string [optional]
forwarded_reason string [optional]
message string [optional]
embed_url_user_id string [optional]
inputs \SignRequest\Model\SignerInputs[] [optional]
use_stamp_for_approve_only bool Place an approval stamp on a document when a signer approves a document [optional]
embed_url string [optional]
attachments \SignRequest\Model\SignerAttachment[] [optional]
redirect_url string [optional]
redirect_url_declined string [optional]
after_document string [optional]
integrations \SignRequest\Model\InlineDocumentSignerIntegrationData[] [optional]
password string Require the signer to enter this password before signing a document. This field is write only. [optional]

[Back to Model list] [Back to API list] [Back to README]