简体   繁体   English

DocuSign:是否有使用权限来避免 USER_NOT_ENVELOPE_SENDER_OR_RECIPIENT 错误?

[英]DocuSign: Is there a permission to use to avoid USER_NOT_ENVELOPE_SENDER_OR_RECIPIENT error?

Using C# SDK, DocuSign API使用 C# SDK,DocuSign API

We have an existing process (under development) whereby our staff can submit signature requests from our website.我们有一个现有的流程(正在开发中),我们的员工可以通过我们的网站提交签名请求。 These are sent (in the backend code) using a special user in our account.这些是使用我们帐户中的特殊用户发送的(在后端代码中)。 And the notifications from Connect are also processed using this special user, which includes downloading completed documents.来自 Connect 的通知也使用此特殊用户进行处理,其中包括下载已完成的文档。 This is working well.这运作良好。

Since the above process is in it's development stages and we have documents which have to be signed, our staff has been using their user logins within the company DocuSign account to send out documents for signature.由于上述流程处于开发阶段,并且我们有需要签名的文件,我们的员工一直在使用他们在公司 DocuSign 帐户中的用户登录来发送文件以供签名。 When we get the notifications from DocuSign of a completed envelope and try to download the associated documents, of course we get the -当我们从 DocuSign 收到已完成信封的通知并尝试下载相关文档时,我们当然会得到 -

"USER_NOT_ENVELOPE_SENDER_OR_RECIPIENT" “USER_NOT_ENVELOPE_SENDER_OR_RECIPIENT”

error because the account used by the notification processor is not the one that originally sent the request.错误,因为通知处理器使用的帐户不是最初发送请求的帐户。

Is there a limited permission I can give this special user account which will let the notification processor download documents and envelope Audit Trail information for any envelope sent from any user in our company DocuSign account?我是否可以授予此特殊用户帐户的有限权限,让通知处理器下载文件和信封审计跟踪信息,以了解从我们公司 DocuSign 帐户中的任何用户发送的任何信封? I'd rather not give this account Admin permissions if I can avoid it.如果可以避免,我宁愿不授予此帐户管理员权限。

Please let me know if you have any questions or need more info.如果您有任何问题或需要更多信息,请告诉我。

thanks, randy谢谢,兰迪

Simple solution is to add these users as CC recipients.简单的解决方案是将这些用户添加为抄送收件人。 That means they can view and access the envelope but they do not need to sign it.这意味着他们可以查看和访问信封,但无需签名。 It would mean they also get emails about it, if this is a concern, there are other ways to turn this off.这意味着他们也会收到有关它的电子邮件,如果这是一个问题,还有其他方法可以关闭它。

Custody Transfer probably won't work for you, unless it's ok that the orignal account will no longer have access. 托管转移可能对您不起作用,除非原始帐户不再具有访问权限。

The only other way is to make them administrators which is not limited as you asked.唯一的另一种方法是让他们成为不受您要求的限制的管理员。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM