{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands SingleAccountUserImport API", "version": "v2.1" }, "items": [ { "info": { "name": "SingleAccountUserImport", "type": "folder" }, "items": [ { "info": { "name": "Docusign Import request for adding user to a single account within the organization.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/accounts/:accountId/imports/bulk_users/add", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization ID Guid" }, { "name": "accountId", "value": "", "type": "path", "description": "The account ID Guid" } ], "body": { "type": "multipart-form", "data": [ { "name": "file.csv", "type": "text", "value": "" } ] }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://account.docusign.com/oauth/auth", "accessTokenUrl": "https://account.docusign.com/oauth/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Import request for adding user to a single account within the organization.\nThis method lets you upload user information without requiring an AccountId column.\n\n- Required scopes: `user_write`\n" }, { "info": { "name": "Docusign Import request for updating users for a single account\nwithin the organization.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/accounts/:accountId/imports/bulk_users/update", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization ID Guid" }, { "name": "accountId", "value": "", "type": "path", "description": "The account ID Guid" } ], "body": { "type": "multipart-form", "data": [ { "name": "file.csv", "type": "text", "value": "" } ] }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://account.docusign.com/oauth/auth", "accessTokenUrl": "https://account.docusign.com/oauth/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Import request for updating users for a single account\nwithin the organization.\n\n- Required scopes: `user_write`\n\nThis method lets you upload user information without requiring an AccountId column.\n\n" } ] } ], "bundled": true }