I have docusign demo account (i am admin) and have added few users as admin users. I have created c# web api project and using docusign REST apis internally (goal is to send envelope for signing). While using my integration key, RSA key application passing without any issue. I have hardcoded the keys in app.config.
I want to use the same account for other added users in my application. For that what i have to accomplish? The envelope should carry the sending user name in mail rather than my name (admin).
i have tried to use their account id with my integration key but getting consent_required error.
Thanks in advance