naftiko: 1.0.0-alpha2 info: label: DocuSign REST API — GroupUsers description: 'DocuSign REST API — GroupUsers. 3 operations. Lead operation: Docusign Gets a list of users in a group.. Self-contained Naftiko capability covering one Docusign business surface.' tags: - Docusign - GroupUsers created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: DOCUSIGN_API_KEY: DOCUSIGN_API_KEY capability: consumes: - type: http namespace: docusign-groupusers baseUri: https://www.docusign.net/restapi description: DocuSign REST API — GroupUsers business capability. Self-contained, no shared references. resources: - name: v2-accounts-accountId-groups-groupId-users path: /v2/accounts/{accountId}/groups/{groupId}/users operations: - name: groupsgetgroupusers method: GET description: Docusign Gets a list of users in a 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: groupId in: path type: string description: The ID of the group being accessed. required: true - name: count in: query type: string description: Number of records to return. The number must be greater than 1 and less than or equal to 100. - name: start_position in: query type: string description: Starting value for the list. - name: groupsputgroupusers method: PUT description: Docusign Adds one or more users to an existing 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: groupId in: path type: string description: The ID of the group being accessed. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: groupsdeletegroupusers method: DELETE description: Docusign Deletes one or more users from a gro 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: groupId in: path type: string description: The ID of the group being accessed. required: true - name: body in: body type: object description: Request body (JSON). required: false exposes: - type: rest namespace: docusign-groupusers-rest port: 8080 description: REST adapter for DocuSign REST API — GroupUsers. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/accounts/{accountid}/groups/{groupid}/users name: v2-accounts-accountid-groups-groupid-users description: REST surface for v2-accounts-accountId-groups-groupId-users. operations: - method: GET name: groupsgetgroupusers description: Docusign Gets a list of users in a group. call: docusign-groupusers.groupsgetgroupusers with: accountId: rest.accountId groupId: rest.groupId count: rest.count start_position: rest.start_position outputParameters: - type: object mapping: $. - method: PUT name: groupsputgroupusers description: Docusign Adds one or more users to an existing group. call: docusign-groupusers.groupsputgroupusers with: accountId: rest.accountId groupId: rest.groupId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: groupsdeletegroupusers description: Docusign Deletes one or more users from a gro call: docusign-groupusers.groupsdeletegroupusers with: accountId: rest.accountId groupId: rest.groupId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: docusign-groupusers-mcp port: 9090 transport: http description: MCP adapter for DocuSign REST API — GroupUsers. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: docusign-gets-list-users-group description: Docusign Gets a list of users in a group. hints: readOnly: true destructive: false idempotent: true call: docusign-groupusers.groupsgetgroupusers with: accountId: tools.accountId groupId: tools.groupId count: tools.count start_position: tools.start_position outputParameters: - type: object mapping: $. - name: docusign-adds-one-more-users description: Docusign Adds one or more users to an existing group. hints: readOnly: false destructive: false idempotent: true call: docusign-groupusers.groupsputgroupusers with: accountId: tools.accountId groupId: tools.groupId body: tools.body outputParameters: - type: object mapping: $. - name: docusign-deletes-one-more-users description: Docusign Deletes one or more users from a gro hints: readOnly: false destructive: true idempotent: true call: docusign-groupusers.groupsdeletegroupusers with: accountId: tools.accountId groupId: tools.groupId body: tools.body outputParameters: - type: object mapping: $.