naftiko: 1.0.0-alpha2 info: label: DocuSign Admin API — SingleAccountUserImport description: 'DocuSign Admin API — SingleAccountUserImport. 2 operations. Lead operation: Docusign Import request for adding user to a single account within the organization.. Self-contained Naftiko capability covering one Docusign business surface.' tags: - Docusign - SingleAccountUserImport created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: DOCUSIGN_API_KEY: DOCUSIGN_API_KEY capability: consumes: - type: http namespace: admin-singleaccountuserimport baseUri: https://api.docusign.net/Management description: DocuSign Admin API — SingleAccountUserImport business capability. Self-contained, no shared references. resources: - name: v2-organizations-organizationId-accounts-accountId-imports-bulk_users-add path: /v2/organizations/{organizationId}/accounts/{accountId}/imports/bulk_users/add operations: - name: organizationimportorganizationimportsingleaccountusersinsert method: POST description: Docusign Import request for adding user to a single account within the organization. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: organizationId in: path type: string description: The organization ID Guid required: true - name: accountId in: path type: string description: The account ID Guid required: true - name: body in: body type: object description: Request body (JSON). required: true - name: v2-organizations-organizationId-accounts-accountId-imports-bulk_users-update path: /v2/organizations/{organizationId}/accounts/{accountId}/imports/bulk_users/update operations: - name: organizationimportorganizationimportsingleaccountusersupdate method: POST description: Docusign Import request for updating users for a single account outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: organizationId in: path type: string description: The organization ID Guid required: true - name: accountId in: path type: string description: The account ID Guid required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.DOCUSIGN_API_KEY}}' exposes: - type: rest namespace: admin-singleaccountuserimport-rest port: 8080 description: REST adapter for DocuSign Admin API — SingleAccountUserImport. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/organizations/{organizationid}/accounts/{accountid}/imports/bulk-users/add name: v2-organizations-organizationid-accounts-accountid-imports-bulk-users-add description: REST surface for v2-organizations-organizationId-accounts-accountId-imports-bulk_users-add. operations: - method: POST name: organizationimportorganizationimportsingleaccountusersinsert description: Docusign Import request for adding user to a single account within the organization. call: admin-singleaccountuserimport.organizationimportorganizationimportsingleaccountusersinsert with: organizationId: rest.organizationId accountId: rest.accountId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v2/organizations/{organizationid}/accounts/{accountid}/imports/bulk-users/update name: v2-organizations-organizationid-accounts-accountid-imports-bulk-users-update description: REST surface for v2-organizations-organizationId-accounts-accountId-imports-bulk_users-update. operations: - method: POST name: organizationimportorganizationimportsingleaccountusersupdate description: Docusign Import request for updating users for a single account call: admin-singleaccountuserimport.organizationimportorganizationimportsingleaccountusersupdate with: organizationId: rest.organizationId accountId: rest.accountId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: admin-singleaccountuserimport-mcp port: 9090 transport: http description: MCP adapter for DocuSign Admin API — SingleAccountUserImport. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: docusign-import-request-adding-user description: Docusign Import request for adding user to a single account within the organization. hints: readOnly: false destructive: false idempotent: false call: admin-singleaccountuserimport.organizationimportorganizationimportsingleaccountusersinsert with: organizationId: tools.organizationId accountId: tools.accountId body: tools.body outputParameters: - type: object mapping: $. - name: docusign-import-request-updating-users description: Docusign Import request for updating users for a single account hints: readOnly: false destructive: false idempotent: false call: admin-singleaccountuserimport.organizationimportorganizationimportsingleaccountusersupdate with: organizationId: tools.organizationId accountId: tools.accountId body: tools.body outputParameters: - type: object mapping: $.