{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands eSignUserManagement API", "version": "v2.1" }, "items": [ { "info": { "name": "eSignUserManagement", "type": "folder" }, "items": [ { "info": { "name": "Docusign Returns the list of permission profiles in an account.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/accounts/:accountId/permissions", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization ID Guid" }, { "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": "Returns the list of permission profiles in an account.\n\n- Required scopes: `permission_read`\n\n" }, { "info": { "name": "Docusign Returns the list of groups in an account.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/accounts/:accountId/groups", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization ID Guid" }, { "name": "accountId", "value": "", "type": "path", "description": "The account ID Guid" }, { "name": "start", "value": "", "type": "query", "description": "Index of first item to include in the response. The default value is 0." }, { "name": "take", "value": "", "type": "query", "description": "Page size of the response. The default value is 20." }, { "name": "end", "value": "", "type": "query", "description": "Index of the last item to include in the response. Ignored if `take` parameter is specified." } ], "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 the list of groups in an account.\n\n- Required scopes: `group_read`\n" }, { "info": { "name": "Docusign Updates a user's information.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/users/profiles", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization 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": "Updates a user's information.\n\n- Required scopes: `user_write`\n\n" }, { "info": { "name": "Docusign Closes a user's memberships.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/users/:userId/accounts", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization 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": "Closes a user's memberships.\n\n- Required scopes: `user_write`\n\n" }, { "info": { "name": "Docusign Creates a new user.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/users", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization 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 user.\n\n- Required scopes: `user_write`\n\n" }, { "info": { "name": "Docusign Activates user memberships.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/users/:userId/memberships/:membershipId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization ID Guid" }, { "name": "userId", "value": "", "type": "path", "description": "The user ID Guid" }, { "name": "membershipId", "value": "", "type": "path", "description": "The membership 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": "Activates user memberships.\n\n- Required scopes: `user_write`\n" }, { "info": { "name": "Docusign Returns information about recently modified users.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/users/profile", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization ID Guid" }, { "name": "email", "value": "", "type": "query", "description": "The email address associated with the users you want to retrieve." } ], "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 information about recently modified users.\n\n- Required scopes: `user_read`\n\nThe response includes up to the first 20 users modified\nin the last 10 days.\n\n\n\n\n" }, { "info": { "name": "Docusign Deletes user identities.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/users/:userId/identities", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization 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": "Deletes user identities.\n\n- Required scopes: `user_write`\n\n" }, { "info": { "name": "Docusign Adds users to an account.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/accounts/:accountId/users", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization ID Guid" }, { "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": "Adds users to an account.\n\n- Required scopes: `user_write`\n\n" } ] } ], "bundled": true }