{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands Groups API", "version": "v2.1" }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets information about groups associated with the account.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/groups", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "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": "group_type", "value": "", "type": "query" }, { "name": "search_text", "value": "", "type": "query" }, { "name": "start_position", "value": "", "type": "query", "description": "Starting value for the list." } ] }, "docs": "Retrieves information about groups associated with the account." }, { "info": { "name": "Docusign Creates one or more groups for the account.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/groups", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates one or more groups for the account.\n\nGroups can be used to help manage users by associating users with a group. You can associate a group with a Permission Profile, which sets the user permissions for users in that group without having to set the `userSettings` property for each user. You are not required to set Permission Profiles for a group, but it makes it easier to manage user permissions for a large number of users. You can also use groups with template sharing to limit user access" }, { "info": { "name": "Docusign Updates the group information for a group.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/groups", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the group name and modifies, or sets, the permission profile for the group." }, { "info": { "name": "Docusign Deletes an existing user group.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/groups", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes an existing user group." } ] } ], "bundled": true }