{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands SigningGroups API", "version": "v2.1" }, "items": [ { "info": { "name": "SigningGroups", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets a list of the Signing Groups in an account.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/signing_groups", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "group_type", "value": "", "type": "query" }, { "name": "include_users", "value": "", "type": "query", "description": "When set to **true**, the response includes the signing group members. " } ] }, "docs": "Retrieves a list of all signing groups in the specified account." }, { "info": { "name": "Docusign Creates a signing group.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/signing_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 signing groups. \n\nMultiple signing groups can be created in one call. Only users with account administrator privileges can create signing groups. \n\nAn account can have a maximum of 50 signing groups. Each signing group can have a maximum of 50 group members.\n \nSigning groups can be used by any account user." }, { "info": { "name": "Docusign Updates signing group names.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/signing_groups", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the name of one or more existing signing groups. " }, { "info": { "name": "Docusign Deletes one or more signing groups.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/signing_groups", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes one or more signing groups in the specified account." }, { "info": { "name": "Docusign Gets information about a signing group.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/signing_groups/:signingGroupId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "signingGroupId", "value": "", "type": "path", "description": "Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups).\n\n**Note**: When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. For this reason, we recommend that you do not include non-signer recipients (such as carbon copy recipients) in the same signing group as signer recipients. However, you could create a second signing group for the non-signer recipients and change the default action of Needs to Sign to a different value, such as Receives a Copy. " } ] }, "docs": "Retrieves information, including group member information, for the specified signing group. " }, { "info": { "name": "Docusign Updates a signing group.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/signing_groups/:signingGroupId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (int) or account id GUID." }, { "name": "signingGroupId", "value": "", "type": "path", "description": "Optional. The ID of the [signing group](https://support.docusign.com/en/guides/ndse-user-guide-signing-groups).\n\n**Note**: When you send an envelope to a signing group, anyone in the group can open it and sign it with their own signature. For this reason, we recommend that you do not include non-signer recipients (such as carbon copy recipients) in the same signing group as signer recipients. However, you could create a second signing group for the non-signer recipients and change the default action of Needs to Sign to a different value, such as Receives a Copy. " } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates signing group name and member information. You can also add new members to the signing group. A signing group can have a maximum of 50 members. " } ] } ], "bundled": true }