rouflak
rouflak

Reputation: 154

Customise user and account names in signature ceremony

I'm providing a service for many different clients.

I'm using the DocuSign APIs.

I'd like to customise the user name and the account name displayed at the top left of the signature ceremony web page (the part surrounded with a red line in the screenshot below)

change user and account names

It looks like it needs a new account each time the account name needs to be changed and a new user each time the user name needs to be changed.

Is it possible to do this without creating new account and new user, and how can I do this via the API?

I hope my question is clear enough.

Upvotes: 1

Views: 48

Answers (1)

Praveen Reddy
Praveen Reddy

Reputation: 7383

The sender Account Name/User Name cannot be changed per envelope. Once they are set during account creation they will be applied to all the envelopes sent from the account.

If your integration is supporting multiple clients, then you will probably have to authenticate differently. DocuSign supports various authentication mechanisms. Consider using oAuth or SOBO based on your application needs.

Upvotes: 2

Related Questions