Hin
Hin

Reputation: 3

Docusign - set owner or sender using DocuSign API

We're using a API user (User A) to create envelopes using the DocuSign API. But the sender or owner shouldn't be the API user, but a user (User B) that can be selected in our custom front end.

Is there a way to do this? And will the sent enevelope appear in the Sent (or Draft) box in DocuSign for that selected user?

Upvotes: 0

Views: 261

Answers (1)

Drew
Drew

Reputation: 5029

In order to send envelopes as User B, you'll need to have your integration authenticate as User B. Most likely, this means setting up Service Auth / JWT impersonation unless the person who should be listed as the sender is present to authenticate themselves for Auth Code Grant.

Upvotes: 1

Related Questions