Unable to execute ExportAuthoritiveCopy SOAP call.
Get the error This User lacks sufficient permission when execute ExportAuthorativeCopy SOAP call in Java
Attempting to use JAVA SOAP API in the development environment.
My user account is:
lucas@vsac.org
I am able to perform other actions without issue but when I try to runt eh following code for ExportAuthorativeCopy
AuthoritativeCopyExportDocuments authoritativeCopyExportDocuments = api.exportAuthoritativeCopy(envelopeId);
I get an exception.
javax.xml.ws.soap.SOAPFaultException: This User lacks sufficient permissions. Envelope:a3cd69ed-b1d8-4528-a919-0f207fb9ac92, User:9002d798-6e25-4350-b873-37f01801f058
My account appears to most all permissions needed but when I look in the development user admin screen and I'm not find anything for Authoritative Copy.
The on-line Documentation says.
eSignature SOAP API:
Authoritative Copy in SOAP requires two features to be enabled for your account.
The first is called Auto Authoritative Copy.
This feature is meant to automatically enable envelopes for Authoritative Copy by flagging all outgoing envelopes and associated documents as authoritative.
The second, Can Export Authoritative Copies, is an individual user permission to allow the export of authoritative documents.
But I can't find "Auto Authoritative Copy" or "Can Export Authoritative Copies"
anywhere in the user permissions.
Where are these???
Jack