Docusign Web Service

Hi Everyone,
I am trying to integrate Docusign with Sailpoint using Web Service connector. There are limited option for token generation on Docusign, the token is getting expired in 8 hours or 30 days.
Anyone integrated Docusign with Web service?

Thanks

hi @shikhadeliveroo

hope this helps:
Community Thread on Integrating DocuSign as a Web Service Connector
A discussion thread where other developers share their experience integrating DocuSign using the Web Service connector:
Integrating DocuSign as Web Service Connector - SailPoint Community

1 Like

Also check this:

Docusign eSignature Connector - Compass

1 Like

Thanks @haideralishaik but this documentation is on IIQ configuration.

What is the authentication type?

OAuth Refresh token I am using currently

Why you are not using ootb connector ?

it does not support Account disable. @vishal_kejriwal1

Yes , We can use OOTB connector for this.

Yes if I remember correctly it does support delete so with web service connector are you planning to call the delete api as part of disable operation. ?

1 Like

use custom authentication in webservice connector, you can follow this document
Custom Authentication

Hi @ManvithaNalabolu06 @vishal_kejriwal1 Can you please share how to enable and disable an account using OOTB?
I see these two options. Remove account must be using the Delete API but my requirement is to be able to disable a user and re enable it.

remove account removes it from the sailpoint account list, does not delete it in the remote directory.
Enable and disable
1/ search for the identity
2/ Go to properties/Accounts
3/ right click on the 3 dots and you will see disable or enable depending on current status of the account.

Docusing doesn’t support disable , it not support delete .

or what you can do is to change the plan from disable to delete . then you can add ENABLE in featurestring .