docusign / docusign-esign-java-client

The Official Docusign Java Client Library used to interact with the eSignature REST API. Send, sign, and approve documents using this client.
https://javadoc.io/doc/com.docusign/docusign-esign-java/latest/index.html
MIT License
105 stars 96 forks source link

Admin API #137

Closed jpburke closed 4 years ago

jpburke commented 4 years ago

Are there plans to update this SDK to support the Admin API (https://developers.docusign.com/orgadmin-api)

mmallis87 commented 4 years ago

@jpburke we are discussing releasing SDKs for other APIs that are part of our Agreement Cloud but I'm not sure if/when Admin API specifically will be released. Maybe @gsnavin or @LarryKlugerDS can speak about this.

LarryKlugerDS commented 4 years ago

Hi @jpburke , we don't have a planned date for supporting the Admin API at this time.

I recommend that you call the API directly for now. You can use the JWT methods in the existing SDK to create an access token for the Admin API.

Thank you for asking, I have filed internal ticket DCM-4115

jpburke commented 4 years ago

Thanks for the quick response.