Skip to main content
New Voice
August 13, 2026
Question

when I request the sdk meet WITNESS_NOT_ALLOWED_TO_ACCESS_THE_ENVELOPE error

  • August 13, 2026
  • 3 replies
  • 55 views

Hi Team,
When I request ‘await envelopesApi.GetDocumentAsyncWithHttpInfo(docuSignAccount.AccountId, envelopeId, documentId, options);’ this api, I meet {"errorCode":"WITNESS_NOT_ALLOWED_TO_ACCESS_THE_ENVELOPE","message":"You're not allowed to download or print the documents."} this error, and I want to know what conditions lead to this problem and how to solve it?

Thank you!

3 replies

Ivan.Dinkov
Docusign Employee
Docusign Employee
August 14, 2026

Hi ​@Elmer Yuan 
 

The error is expected behavior for a Witness recipient, not usually an account-permission problem. Docusign intentionally prevents witnesses from viewing or downloading signed envelope documents after witnessing is complete. The download/print endpoint returns WITNESS_NOT_ALLOWED_TO_ACCESS_THE_ENVELOPE.  

During the signing process, the witness can view the documents, but access is removed after they submit their witness action.

If the witness needs a completed copy, the sender should either:

  • Add the witness as a CC recipient in the workflow
  • or Share the finalized PDF with them separately after completion. 

I hope this helps

Ivan D
New Voice
August 16, 2026

Hi ​@Ivan.Dinkov 
Thank you for your answer, what type of account does this restriction apply to? I am unable to reproduce this error when using developer and product accounts.

Ivan.Dinkov
Docusign Employee
Docusign Employee
August 17, 2026

I believe you can use the same account that triggered the error.
 

Ivan D