Read only permission/scope for DocuSign API

时间:2019-04-17 01:55:06

标签: docusignapi

As mentioned on the link https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-code-grant, there are three access scopes DocuSign allows to fetch user's data : signature, extended and impersonation. I am looking for a scope which allows me only read access. I need to build a dashboard of various activities/updates (getting the status of all envelopes, etc) of all the users of DocuSign at my company.

As per my understanding, I need 'signature' permissions/scope at-least as described under heading "Admin consent for internal applications" on https://developers.docusign.com/esign-rest-api/guides/authentication/obtaining-consent.

This means I will have access to create and delete the envelopes as well. Couldn't understand the 'extended' scope as well (as per my reading, it is helping to extend the access tokens validity and usage of refresh token any number of times).

Is their any other permission type (read scope only) that I can use based on my criteria?

1 个答案:

答案 0 :(得分:0)

重新读取范围。目前不行。而且,由于您需要所有用户信封的统计信息,因此需要“帐户宽权限”。不需要完全管理员。

也许替代方法是使用connect webhook系统,然后在您的应用收到有关用户信封更改的每条通知消息时跟踪统计信息。