Here are some of the latest popular questions that theDocuSign developers communityasked onStack Overflowin the month of April 2020. You too can ask questions by using the tag docusignapiin Stack Overflow.

Thread: Not able to update user profile using DocuSign admin API

https://stackoverflow.com/questions/61363468/

Summary:The developer is trying to use theDocuSign Admin APIfor the purpose of updating DocuSign user profiles. They attempted to obtain an access token and call the endpoint but are getting errors.

Answer:There are probably a couple of different issues here. First, it seems that they were not using the rightset of scopeswhen requesting the access token. Since they're using Authorization Code Grant, the URL that is used to enable user authentication needs to include the scope parameter with the correct scopes. Secondly, they were not using the correct endpoint for their request. Toupdate user profiles, the POST request should be made to the following URL - {baseURI}/v2/organizations/{organizationId}/users/profiles.

Thread: Set document value with REST API

https://stackoverflow.com/questions/61125048/

Summary: The developer has an existing envelope withdocuments,recipients, and some text fields (tabs). They would like to use theeSignature REST APIto update the value of one or more of these tabs. They are getting an error from the API trying to do so.

Answer:In the DocuSign eSignature hierarchy of elements, envelopes contain documents and recipients and the tabs have to be associated with both. Therefore, there are two different endpoints that can be used to update the value of tabs, but they do not work the same way. The developer was trying to use theEnvelopes::UpdateDocumentTabsmethod, whereas they should have used theEnvelope::UpdateTabsmethod. The former method is used primarily for newer capabilities likedocument markupwhere the document can be modified even while locked (meaning currently opened for signing) while the latter is the correct way for an integration to update the content of the envelope tabs.

Thread: 'IntegratorKey xxxx for user Id xxx does not have access to API version v2' Docusign JWT API error

https://stackoverflow.com/questions/61092233/

Summary:The developer is trying to use theRooms APIin production using an integration key that was previouslyapproved for their app usage with the eSignature API. They are getting an error.

Answer:The process for going live with Rooms API integrations (at the time of this writing) is very different from the process you may have used for eSignature. Moreover, just because your app was approved to be used in production for the eSignature API, doesn't mean it can also be used for Rooms API calls. We recommend that you use a different integration key for your Rooms API integration, but regardless, going live at this point requires you to emailgo-live@docusign.comwith the words 'Rooms go-live' in the subject line, providing various information. You can read more details about this process in theDocuSign Rooms API Go-Live Guide.

Additional resources
  • DocuSign Developer Center
  • DocuSign for Developers on YouTube
  • @DocuSignAPI on Twitter
  • DocuSign for Developers on LinkedIn
  • DocuSign Developer Newsletter
Share
  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • Click to email this to a friend (Opens in new window)
Related
Tags

Trending Topics

Attachments

  • Original document
  • Permalink

Disclaimer

DocuSign Inc. published this content on 24 April 2020 and is solely responsible for the information contained therein. Distributed by Public, unedited and unaltered, on 24 April 2020 19:32:05 UTC