Skip to main content
Solved

Grant others user id to call api

  • 12 June 2024
  • 1 reply
  • 50 views

Hi, 
Is there any docusign setting which can work with multiple users id (guid), for now if we make API call with others user id (no creator of app) it doesn’t work, it is asking for creator user id in order to work.

Help.

@paritoshmehra 

Yes, it depends how you authenticate with the App.  Use JSON Web Token (JWT) authentication which allows your application to impersonate users in your organization without requiring them to individually log in.


Reply