Docusign Admin Rest Swagger V2 1
DocuSign Admin REST Swagger v2.1 is an API connector for administering DocuSign accounts, organizations, users, and settings.
- 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)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: organization_organization_getlistv2, account_accounts_getpermissionprofilesv2, account_accounts_getgroupsv2, organizationexport_organizationexport_get, organizationexport_organizationexport_getaccount, organizationexport_organizationexport_getbyexpor |
accountId |
string | no | — | Path parameter accountId (required by some operations). |
exportId |
string | no | — | Path parameter exportId (required by some operations). |
organizationId |
string | no | — | Path parameter organizationId (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |