Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

DocuSign Add Access JSON

vbalakumar
New Contributor
New Contributor

DocuSign Add Access

We are using the AddAccess JSON given in the (screenshot below) connector documentation: https://docs.saviyntcloud.com/bundle/Docusign-Guide/page/Content/Understanding-Integration-between-E...

It is working fine when we send this call with the Account_ID and other information through Postman. I.e. its returning 200 and we see the Users Group\Access is updated.

But when we provision the same through Saviynt (ARS), its not working. i.e., in the Log Viewer, we could see the Webservice call is initiated, but there is no response back and the call is completed. (i.e. failed \ incomplete), No updates in the target system.

Even we tried the call with Hardcoded values (to isolate the variable substation issues), still we do not see any response back.  

Just like to reach out to see: thoughts around what could cause this behavior and how we can resolve it ? Thank you !

vbalakumar_0-1724155814306.png

 

5 REPLIES 5

NM
Esteemed Contributor
Esteemed Contributor

@vbalakumar share your connection json.

Any other operation working fine from saviynt??


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

vbalakumar
New Contributor
New Contributor

Thanks for the Quick response !! 

Yes, ImportAccountEntJSON Works fine to import the Accounts and Access.

AddAccessJSON :

{
"call": [
{
"name": "Groups",
"connection": "acctAuth",
"url": "https://demo.docusign.net/restapi/v2.1/accounts/<Hardcoded-accountID here>/groups/?groupId=<Hardcoded-groupNumber here>",
"httpMethod": "PUT",
"httpParams": "{\"users\": [{\"userName\": \"${account.name}\"},{\"userId\": \"${account.accountID}\"},{\"email\": \"${user.email}\"}]}",
"httpHeaders": {
"Authorization": "${access_token}",
"Accept": "application/json"
},
"httpContentType": "application/json",
"successResponses": {
"statusCode": [
200
]
}
}
]
}

Please share postman screenshot and curl command [Refer https://codingnconcepts.com/postman/how-to-generate-curl-command-from-postman/ ]



⚠️‼️‼️Do not upload any attachments that contain sensitive information, such as IP Addresses, URLs, Company/Employee Names, Email Addresses, etc.‼️‼️⚠️


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

NM
Esteemed Contributor
Esteemed Contributor

@vbalakumar automated provisioning enabled.?

Connection name same as authentication name?

 


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

rushikeshvartak
All-Star
All-Star
  • Does Automated Provisioning under security system have to be enabled ?
  • Does the connection prove successful?
  • Try running WSRETRY job for particular task and sharing logs and JSON in text format

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.