We have usecase where we want to get list of accounts for a given email id across organization. We are trying to use https://demo.docusign.net/Management/v2/organizations/{{organizationId}}/users/profile?email={{email}} API to get the data.
We are always getting some HTML response back.
About Authentication.
We followed the steps mentioned on https://developers.docusign.com/docs/admin-api/admin101/application-auth/ to associate the app with Admin with user_read account_read group_read accesses. and then used https://developers.docusign.com/platform/auth/jwt/jwt-get-token/ to generate the assertion and access token.
any inputs will be appreciated