{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands SigningGroupUsers API", "version": "v2.1" }, "items": [ { "info": { "name": "SigningGroupUsers", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets a list of members in a Signing Group.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/signing_groups/:signingGroupId/users", "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 the list of members in the specified Signing Group." }, { "info": { "name": "Docusign Adds members to a signing group.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/signing_groups/:signingGroupId/users", "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": "Adds one or more new members to a signing group. A signing group can have a maximum of 50 members. " }, { "info": { "name": "Docusign Deletes one or more members from a signing group.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/signing_groups/:signingGroupId/users", "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": "Deletes one or more members from the specified signing group. " } ] } ], "bundled": true }