Docusign providing an unspecified error with a status code of 400

42 Views Asked by At

Hi when our application connects to DocuSign via the API when calling a specific endpoint, I get an unspecified error message. The endpoint our system calls is: /restapi/v2.1/accounts/{AccountID}/users. The status code returned is a status 400. The logs don't provide many details. Has anyone experienced this issue when calling this endpoint?

We are using SailPoint's IdentityNow connector to make the API call. The API call is used for account aggregation of users of DocuSign onto the SailPoint system. After 799 accounts are aggregated the status 400 error occurs. We expect the connector to pull all 1033 accounts from DocuSign onto SailPoint.

1

There are 1 best solutions below

1
Adrian DocuSign Support On

If you executed a large number of calls (799 ) in a short period (les than one hour) you are probably hitting the API Calls per Hour Limit.

You should open a case in DocuSign Support to provide your integration key and get confirmation that you are hitting the limit.

The good news is that the hour call count resets every top of the hour, so your code should be able to finish the migration in one hour.

Regards Adrian DS