{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands MultiProductUserManagement API", "version": "v2.1" }, "items": [ { "info": { "name": "MultiProductUserManagement", "type": "folder" }, "items": [ { "info": { "name": "Docusign Returns a list of DSGroups.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2.1/organizations/:organizationId/accounts/:accountId/dsgroups", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization's GUID.\n" }, { "name": "accountId", "value": "", "type": "path", "description": "The account ID GUID." }, { "name": "page", "value": "", "type": "query", "description": "Start page of DSGroups." }, { "name": "page_size", "value": "", "type": "query", "description": "Page size of DSGroups." } ], "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": "Returns a list of DSGroups\n\n- Required scopes: `user_read`" }, { "info": { "name": "Docusign Creates a new DSGroup.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2.1/organizations/:organizationId/accounts/:accountId/dsgroups", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization's GUID.\n" }, { "name": "accountId", "value": "", "type": "path", "description": "The account ID GUID." } ], "body": { "type": "json", "data": "{}" }, "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": "Creates a new DSGroup.\n\n- Required scopes: `user_write`" }, { "info": { "name": "Docusign Returns details about a single DSGroup.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2.1/organizations/:organizationId/accounts/:accountId/dsgroups/:dsGroupId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization's GUID.\n" }, { "name": "accountId", "value": "", "type": "path", "description": "The account ID GUID." }, { "name": "dsGroupId", "value": "", "type": "path", "description": "The DSGroup's ID GUID" } ], "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": "Returns details about a single DSGroup.\n\n- Required scopes: `user_read`" }, { "info": { "name": "Docusign Deletes a DSGroup.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2.1/organizations/:organizationId/accounts/:accountId/dsgroups/:dsGroupId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization's GUID.\n" }, { "name": "accountId", "value": "", "type": "path", "description": "The account ID GUID." }, { "name": "dsGroupId", "value": "", "type": "path", "description": "The DSGroup's GUID." } ], "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": "Deletes a DSGroup\n\n- Required scopes: `user_write`" }, { "info": { "name": "Docusign Gets a list of users in a DSGroup.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2.1/organizations/:organizationId/accounts/:accountId/dsgroups/:dsGroupId/users", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization's GUID.\n" }, { "name": "accountId", "value": "", "type": "path", "description": "The account ID GUID." }, { "name": "dsGroupId", "value": "", "type": "path", "description": "The DSGroup's GUID." }, { "name": "page", "value": "", "type": "query", "description": "Start page of DSGroups.\n" }, { "name": "page_size", "value": "", "type": "query", "description": "Page size of DSGroups." } ], "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": "Gets a list of users in a DSGroup.\n\n- Required scopes: `user_read`" }, { "info": { "name": "Docusign Adds a list of users to a DSGroup.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2.1/organizations/:organizationId/accounts/:accountId/dsgroups/:dsGroupId/users", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization's GUID.\n" }, { "name": "accountId", "value": "", "type": "path", "description": "The account ID GUID." }, { "name": "dsGroupId", "value": "", "type": "path", "description": "The DSGroup's GUID." } ], "body": { "type": "json", "data": "{}" }, "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": "Adds a list of users to a DSGroup.\n\n- Required scopes: `user_write`" }, { "info": { "name": "Docusign Removes a list of users from a DSGroup.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2.1/organizations/:organizationId/accounts/:accountId/dsgroups/:dsGroupId/users", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization's GUID.\n" }, { "name": "accountId", "value": "", "type": "path", "description": "The account ID GUID." }, { "name": "dsGroupId", "value": "", "type": "path", "description": "The DSGroup's GUID." } ], "body": { "type": "json", "data": "{}" }, "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": "Removes a list of users from a DSGroup.\n\n- Required scopes: `user_write`" }, { "info": { "name": "Docusign Gets products associated with the account and the available permission profiles.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2.1/organizations/:organizationId/accounts/:accountId/products/permission_profiles", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization's GUID.\n" }, { "name": "accountId", "value": "", "type": "path", "description": "The account ID GUID." } ], "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": "Gets products associated with the account and the available permission profiles.\n\n- Required scopes: `user_read`" }, { "info": { "name": "Docusign Retrieves a list of user's permission profiles for each account's product.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2.1/organizations/:organizationId/accounts/:accountId/products/users/:userId/permission_profiles", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization's GUID.\n" }, { "name": "accountId", "value": "", "type": "path", "description": "The account ID GUID." }, { "name": "userId", "value": "", "type": "path", "description": "The user ID GUID." } ], "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": "Retrieves a list of user's permission profiles for each account's product.\n\n- Required scopes: `user_read`" }, { "info": { "name": "Docusign Assigns user to permission profiles for one or more products.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2.1/organizations/:organizationId/accounts/:accountId/products/users/:userId/permission_profiles", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization's GUID.\n" }, { "name": "accountId", "value": "", "type": "path", "description": "The account ID GUID." }, { "name": "userId", "value": "", "type": "path", "description": "The user ID GUID." } ], "body": { "type": "json", "data": "{}" }, "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": "Assigns user to permission profiles for one or more products.\n\n- Required scopes: `user_write`" }, { "info": { "name": "Docusign Creates and updates a multi-product user.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2.1/organizations/:organizationId/accounts/:accountId/users", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization's GUID.\n" }, { "name": "accountId", "value": "", "type": "path", "description": "The account ID GUID." } ], "body": { "type": "json", "data": "{}" }, "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": "Creates and updates a multi-product user.\n\n- Required scopes: `user_write`" } ] } ], "bundled": true }