Jwt token

How to create jwt token in UiPath for api authentication for docusign. I have integration key, user guid, account guid and consent url

Hi @Rita1

You need to generate the JWT token only once, and then you can store it in Orchestrator Asset and use it. It is not required to generate it again and again.
This is a one time task and is not required to be a part of UiPath Workflow.
You can watch this and create a JWT Token.

You can pass that as a parameter in the API call.