Docusign · JSON Structure

Docusign Esignature Template Role Structure

Type: object Properties: 7
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

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

Properties

name email roleName clientUserId defaultRecipient routingOrder accessCode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TemplateRole",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "roleName": {
      "type": "string"
    },
    "clientUserId": {
      "type": "string"
    },
    "defaultRecipient": {
      "type": "string"
    },
    "routingOrder": {
      "type": "string"
    },
    "accessCode": {
      "type": "string"
    }
  }
}