marioneil

Multiple Signers for one signing field - REST

0 votes
Hi Is it possible to have multiple signers for one field. If any one of the signers , signs the field then the other signer is not asked to sign that field thanks mario'

Reply to: Multiple Signers for one signing field - REST

0 votes
Hi Mario, If your signers are internal signers, you can use the Group Feature(guidance here). Because one of the constraints using this feature is all signers in a group needs to be ESL accounts. They will need to log onto their account before getting access to the signing ceremony. Hope this could help you! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Multiple Signers for one signing field - REST

0 votes
Hi How would I be able to keep one field for all the signers. Would I have multiple approvals (one for each signer ) and use the same field name in all the approvals? Thanks Mario

Reply to: Multiple Signers for one signing field - REST

0 votes
Hi Mario, How Group Feature achieve this is, you put multiple signers into a group signer, and bind this group signer to the signature approval. Here's an example:
{
  "roles": [
    {
      "id": "1945f2e1-3390-4297-bc3b-89af3c92e567",
      "type": "SIGNER",
      "index": 0,
      "signers": [
        {
          "group": {
            "id": "540b86f9-2d93-4498-bdb4-b7b320540bb6",
            "email": "[email protected]",
            "name": "REST Developers"
          },
          "id": "98b9db64-39ca-4b5b-a1eb-629e49c46dec",
          "email": "[email protected]",
          "firstName": "REST Developers",
          "lastName": ""
        }
      ],
      "name": "Signer1"
    }
  ],
  "status": "DRAFT",
  "language": "en",
  "documents": [
    {
      "id": "90277a614bf73b783fe2a5e04b68a99d4badf449b33ecfbf",
      "approvals": [
        {
          "id": "cVvJzBDX7lwP",
          "role": "1945f2e1-3390-4297-bc3b-89af3c92e567",
          "fields": [
            {
              "subtype": "FULLNAME",
              "height": 52,
              "extract": false,
              "width": 235,
              "left": 217,
              "top": 512,
              "type": "SIGNATURE"
            }
          ]
        }
      ],
      "name": "sample_contract"
    }
  ],
  "visibility": "ACCOUNT",
  "type": "PACKAGE",
  "name": "Group Signature Example"
}
And using Group is the only way to do this for temporary, from my knowledge. Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off