{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands GroupUsers API", "version": "v2.1" }, "items": [ { "info": { "name": "GroupUsers", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets a list of users in a group.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/groups/:groupId/users", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "groupId", "value": "", "type": "path", "description": "The ID of the group being accessed." }, { "name": "count", "value": "", "type": "query", "description": "Number of records to return. The number must be greater than 1 and less than or equal to 100. " }, { "name": "start_position", "value": "", "type": "query", "description": "Starting value for the list." } ] }, "docs": "Retrieves a list of users in a group." }, { "info": { "name": "Docusign Adds one or more users to an existing group.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/groups/:groupId/users", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "groupId", "value": "", "type": "path", "description": "The ID of the group being accessed." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds one or more users to an existing group." }, { "info": { "name": "Docusign Deletes one or more users from a gro", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/groups/:groupId/users", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "groupId", "value": "", "type": "path", "description": "The ID of the group being accessed." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes one or more users from a group.\n" } ] } ], "bundled": true }