docusignapi - Docusign REST composite templates and embedded signing creates duplicate recipients -


i'm having problem creating envelope composite template , having not duplicate recipient. here sample of call.

{   "emailsubject": "please complete following forms",   "status": "sent",   "compositetemplates": [   {      "servertemplates": [        {          "sequence": "1",          "templateid": "5ff1b987-dc38-49b1-b394-840f10ad08bb"        }      ],      "inlinetemplates": [      {       "sequence": "2",       "recipients": {         "signers": [           {             "name": "bob sample",             "email": "bob.sample@example.com",             "rolename": "client",             "clientuserid": "bob.sample@example.com",             "recipientid": "1"           }         ]       }     }   ] }, {   "servertemplates": [     {       "sequence": "1",       "templateid": "02d947aa-6320-4a6b-b4b4-79c4c733d0d0"     }   ],   "inlinetemplates": [     {       "sequence": "2",       "recipients": {         "signers": [           {             "name": "bob sample",             "email": "bob.sample@example.com",             "rolename": "client",             "clientuserid": "bob.sample@example.com",             "recipientid": "1"           }          ]         }        }       ]     }   ] } 

when @ envelope has bob sample twice in signing flow. how make call 1 bob sample required sign?


Comments