Skip to main content
Solved

Grant others user id to call api

  • June 12, 2024
  • 1 reply
  • 68 views

Forum|alt.badge.img+1

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.

Best answer by JohnSantos

@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.

View Original
Is this content helpful?

1 reply

JohnSantos
Valued Contributor
Forum|alt.badge.img+18
  • Valued Contributor
  • 975 replies
  • Answer
  • June 12, 2024

@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.