Skip to main content

Hello,

We are integrating DocuSign via the REST API. In our use case, we use the createSenderView method to allow an initiator to manually place signature tags in the document.

However, the sender view also allows the initiator to:

  • Replace or delete the documents,

  • Modify the list of recipients (add/remove/change),

  • Change the signing order, roles, etc.

This is not acceptable for our workflow. We only want the initiator to place tags on the pre-uploaded document — and not be able to edit recipients or the document itself.

Question: Is there a way (via configuration, permissions, roles, or account settings) to restrict what the user can do in the sender view?

If not, could you please suggest an alternative approach where:

  • The document is fixed (read-only),

  • Recipients are fixed,

  • The initiator can only place fields (tabs)?

Thank you!

@mdavydok 

Have you tried to configure the it as described in this Docusign Developer article?

 

Further down you will find the schema for the request body that list all parameters that can be configured.


 

 

 


@Michael.Rave 

Yes, we’ve tried configuring it as described in the Docusign developer article, including using the request body schema with all the adjustable parameters, but unfortunately, it didn’t help.

 

 

 


Reply