简体   繁体   中英

Getting unauthorized response when making DocuSign Admin API call

I'm trying to use Docusign's Admin API to create a user in my organization.

Here's what I did:

  1. Created a JWT for the application
  2. Called Docusign's Admin api (/oauth/token) to create the access token and use it in my API calls

When I call the route POST https://api-d.docusign.net/management/v2/organizations/{organizationID}/users

I get a 401 Unauthorized response with no more informations.

The DocuSign Admin API requires additional set of scopes when obtaining tokens using JWT:

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM