We are trying to reach the docusign admin Apis, using authorization code grant for authentication. We are getting the below responses for both Get and post user .
Please help me understand where is this going wrong.
Below are the steps I am following
- Get Authorization Code using https://account-d.docusign.com/oauth/token
- https://account-d.docusign.com/v2/organizations/OrganizationID/users?Authorization=Bearertoken

Response code 200,
<!DOCTYPE html>
<html lang="en" class="account-server">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0">
<title>Docusign</title>
<link rel="icon" href="https://docucdn-a.akamaihd.net/olive/images/2.64.0/global-assets/ds-icons-favicon-default-64x64.svg" type="image/svg+xml">
<link rel="canonical" href="https://account-d.docusign.com/" />
<base href="/">
<script type="text/javascript" nonce="WZtc7MttxuYURuw2RQY0y6bwija69tP4ZmORK1dq3Lg=">
window.__KAZMON_CONFIG__ = {
buildVersion: "25.3.100.28476",
environment: "DEMO",
instrumentationKey: "88d193ed-7206-4e34-975a-193a4fd08e36"
};
window.__NEW_ROOT_API__ = "True";
var FixtureHelper = {};
</script>
<!-- 25.3.100.28476 SE102DFE19 fe03e917-6e11-4c2c-8184-b9cdaaea77eb -->
</head>
<body class="site-content">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<form name="fixtureForm">
<input id="fixtureInput" type="hidden" value="{"settings&quot;:{&quot;traceToken&quot;:&quot;fe03e917-6e11-4c2c-8184-b9cdaaea77eb&quot;,&quot;siteRoot&quot;:&quot;https://account-d.docusign.com/&quot;,&quot;forgotPasswordUri&quot;:&quot;https://account-d.docusign.com/forgotpassword&quot;,&quot;flowSubmissionUris&quot;:{&quot;oAuth&quot;:&quot;/oauth/auth&quot;,&quot;sso&quot;:&quot;/saml2/login/sp&quot;,&quot;username&quot;:&quot;/username&quot;,&quot;password&quot;:&quot;/password&quot;,&quot;web&quot;:&quot;/web/login&quot;,&quot;signUp&quot;:&quot;/signup&quot;,&quot;securityKeyLogin&quot;:&quot;/securitykeylogin&quot;,&quot;resourceCredentialSecurityKeyCreation&quot;:&quot;/resources/v1/manage/security-key/create&quot;,&quot;resourceCredentialSecurityKeyLogin&quot;:&quot;/resources/v1/manage/security-key/login&quot;},&quot;allowGetBrowserFingerprint&quot;:true,&quot;renderInkLoginApp&quot;:true,&quot;assetPreloaderUrl&quot;:null,&quot;pseudoLocalizationEnabled&quot;:false,&quot;rebrandingEnabled&quot;:true},&quot;stateData&quot;:{&quot;state&quot;:&quot;username&quot;,&quot;oAuthLoginHintQS&quot;:null,&quot;oAuthLoginHintCookie&quot;:null,&quot;usernamePostAction&quot;:null,&quot;logoBytes&quot;:null,&quot;data&quot;:null},&quot;error&quot;:null}" />
<input name="__RequestVerificationToken" type="hidden" value="AWjBmLBpUqpxyVEVTCuwWgIAAAAA0" />
</form>
</body>
<script src="/ReactApp/src/vendor/html-domparser.js"></script>
<script src="/ReactApp/dist/bundle.js?version=25.3.100.28476"></script>
</html>