Skip to main content

Hi all,
I'm currently working on integrating DocuSign into my C# application. One of the features I’d like to implement is Signing Groups. While I can see that the DocuSign REST API does support Signing Groups (as referenced in the official documentation), it appears that the DocuSign.eSign.dll NuGet package does not expose equivalent functionality.

Could someone confirm if this functionality is currently missing from the NuGet library, or if there’s an alternative way to access Signing Group features through the SDK that I might have overlooked?

Thank you!

Hello quochoang2906,

 

You should be able to access Signing Groups via the C# DLL - we have a reference to the SigningGroup functionality here on GitHub: https://github.com/docusign/docusign-esign-csharp-client/blob/master/sdk/src/DocuSign.eSign/Api/SigningGroupsApi.cs

 

I see that the latest version is 8.3.0 - are you using that version? We do also have quick-start examples that you could use to test functionality, those can be found here: https://developers.docusign.com/docs/esign-rest-api/quickstart/

 

If you're still running into trouble, please feel free to create a support case for my team and we’ll be happy to discuss this with you further: https://support.docusign.com/s/contactSupport?language=en_US

 

Best regards,

Jonathan | Docusign Developer Support

 


Reply