# DocuSign + Lutril: setup guide

> Connect DocuSign with OAuth so Lutril can read your account and manage users on your behalf. Lutril requests an authorization code grant and stores the resulting refresh token; no API key is pasted manually.

Source: https://www.lutril.com/integrations/docusign
Category: Productivity
Auth: oauth
Last verified: 2026-06-17

---

## Setup

1. In Lutril, open the DocuSign integration and click Connect DocuSign. Lutril redirects you to the DocuSign login and consent screen.
2. Sign in with a DocuSign account that has administrator rights on the target account, so the requested scopes can be granted.
3. Review the requested access (signature, user_read, user_write) and approve. DocuSign redirects you back to Lutril.
4. Lutril picks your default DocuSign account and stores the refresh token; the connection is now active.
5. [object Object]

## Access requested

- signature (send and manage envelopes via the eSignature REST API)
- user_read (read user profiles in the account)
- user_write (create and update users in the account)

## References

- [DocuSign documentation](https://developers.docusign.com/platform/auth/authcode/)
- [DocuSign console](https://admindemo.docusign.com/apps-and-keys)
- [Authorization Code Grant overview](https://developers.docusign.com/platform/auth/authcode/)
- [Authentication scopes reference](https://developers.docusign.com/platform/auth/reference/scopes/)
