Skip to main content
Newcomer
June 12, 2024
Solved

Grant others user id to call api

  • June 12, 2024
  • 1 reply
  • 155 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.

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.

1 reply

JohnSantos
Guru
Guru
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.

Welcome to the DocuSign Community! Your feedback is highly valued. If you find my response helpful, please give it a "Like" and consider marking it as the "Best Answer" to assist others with similar issues.