Docusign · JSON Structure

Docusign Esignature Signer Structure

Type: object Properties: 17
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

Signer is a JSON Structure definition published by Docusign, describing 17 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

recipientId recipientIdGuid name email routingOrder roleName clientUserId status signedDateTime deliveredDateTime declinedDateTime declinedReason identityVerification phoneAuthentication accessCode requireIdLookup note

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Signer",
  "type": "object",
  "properties": {
    "recipientId": {
      "type": "string"
    },
    "recipientIdGuid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "routingOrder": {
      "type": "string"
    },
    "roleName": {
      "type": "string"
    },
    "clientUserId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "signedDateTime": {
      "type": "string"
    },
    "deliveredDateTime": {
      "type": "string"
    },
    "declinedDateTime": {
      "type": "string"
    },
    "declinedReason": {
      "type": "string"
    },
    "identityVerification": {
      "type": "object"
    },
    "phoneAuthentication": {
      "type": "object"
    },
    "accessCode": {
      "type": "string"
    },
    "requireIdLookup": {
      "type": "string"
    },
    "note": {
      "type": "string"
    }
  }
}