naftiko: 1.0.0-alpha2 info: label: DocuSign REST API — SigningGroupUsers description: 'DocuSign REST API — SigningGroupUsers. 3 operations. Lead operation: Docusign Gets a list of members in a Signing Group.. Self-contained Naftiko capability covering one Docusign business surface.' tags: - Docusign - SigningGroupUsers created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: DOCUSIGN_API_KEY: DOCUSIGN_API_KEY capability: consumes: - type: http namespace: docusign-signinggroupusers baseUri: https://www.docusign.net/restapi description: DocuSign REST API — SigningGroupUsers business capability. Self-contained, no shared references. resources: - name: v2-accounts-accountId-signing_groups-signingGroupId-users path: /v2/accounts/{accountId}/signing_groups/{signingGroupId}/users operations: - name: signinggroupsgetsigninggroupusers method: GET description: Docusign Gets a list of members in a Signing Group. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: accountId in: path type: string description: The external account number (int) or account id GUID. required: true - name: signingGroupId in: path type: string description: Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups). required: true - name: signinggroupsputsigninggroupusers method: PUT description: Docusign Adds members to a signing group. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: accountId in: path type: string description: The external account number (int) or account id GUID. required: true - name: signingGroupId in: path type: string description: Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups). required: true - name: body in: body type: object description: Request body (JSON). required: false - name: signinggroupsdeletesigninggroupusers method: DELETE description: Docusign Deletes one or more members from a signing group. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: accountId in: path type: string description: The external account number (int) or account id GUID. required: true - name: signingGroupId in: path type: string description: Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups). required: true - name: body in: body type: object description: Request body (JSON). required: false exposes: - type: rest namespace: docusign-signinggroupusers-rest port: 8080 description: REST adapter for DocuSign REST API — SigningGroupUsers. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/accounts/{accountid}/signing-groups/{signinggroupid}/users name: v2-accounts-accountid-signing-groups-signinggroupid-users description: REST surface for v2-accounts-accountId-signing_groups-signingGroupId-users. operations: - method: GET name: signinggroupsgetsigninggroupusers description: Docusign Gets a list of members in a Signing Group. call: docusign-signinggroupusers.signinggroupsgetsigninggroupusers with: accountId: rest.accountId signingGroupId: rest.signingGroupId outputParameters: - type: object mapping: $. - method: PUT name: signinggroupsputsigninggroupusers description: Docusign Adds members to a signing group. call: docusign-signinggroupusers.signinggroupsputsigninggroupusers with: accountId: rest.accountId signingGroupId: rest.signingGroupId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: signinggroupsdeletesigninggroupusers description: Docusign Deletes one or more members from a signing group. call: docusign-signinggroupusers.signinggroupsdeletesigninggroupusers with: accountId: rest.accountId signingGroupId: rest.signingGroupId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: docusign-signinggroupusers-mcp port: 9090 transport: http description: MCP adapter for DocuSign REST API — SigningGroupUsers. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: docusign-gets-list-members-signing description: Docusign Gets a list of members in a Signing Group. hints: readOnly: true destructive: false idempotent: true call: docusign-signinggroupusers.signinggroupsgetsigninggroupusers with: accountId: tools.accountId signingGroupId: tools.signingGroupId outputParameters: - type: object mapping: $. - name: docusign-adds-members-signing-group description: Docusign Adds members to a signing group. hints: readOnly: false destructive: false idempotent: true call: docusign-signinggroupusers.signinggroupsputsigninggroupusers with: accountId: tools.accountId signingGroupId: tools.signingGroupId body: tools.body outputParameters: - type: object mapping: $. - name: docusign-deletes-one-more-members description: Docusign Deletes one or more members from a signing group. hints: readOnly: false destructive: true idempotent: true call: docusign-signinggroupusers.signinggroupsdeletesigninggroupusers with: accountId: tools.accountId signingGroupId: tools.signingGroupId body: tools.body outputParameters: - type: object mapping: $.