Docusign Admin Rest Swagger V2 1
Connector for the docusign-admin-rest-swagger-v2-1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.docusign.net/Management - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
organization_organization_getlistv2— GET /v2/organizations — Returns a list of organizations that the authenticated user belongs to.account_accounts_getpermissionprofilesv2— GET /v2/organizations/{organizationId}/accounts/{accountId}/permissions — Returns the list of permission profiles in an account.account_accounts_getgroupsv2— GET /v2/organizations/{organizationId}/accounts/{accountId}/groups — Returns the list of groups in an account.organizationexport_organizationexport_get— GET /v2/organizations/{organizationId}/exports/user_list — Returns a list of pending and completed export requests.organizationexport_organizationexport_getaccount— GET /v2/organizations/{organizationId}/exports/account_settings — Returns a list of pending and completed account settings export request.organizationexport_organizationexport_getbyexpor— GET /v2/organizations/{organizationId}/exports/user_list/{exportId} — Returns the results for single user list export request.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: organization_organization_getlistv2
# (attach an 'oauth' credential to the task — no inline secrets)