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!