{ "opencollection": "1.0.0", "info": { "name": "Cvent REST APIs — Event Cloud Users API", "version": "ea" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List Account User Groups", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/account-user-groups", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of records to return per page." }, { "name": "token", "value": "", "type": "query", "description": "The pagination token returned from a previous call.\nThis will override any other pageable parameters provided.\n" }, { "name": "filter", "value": "", "type": "query", "description": "Filters narrow the results returned and support a combination of logical and comparison operators. The filter adheres to the pattern filter='field' comparisonType 'value'. The following logical operators and fields are supported:\n\n\n| Field Path | Operators |\n|-----------------|------------------------------------|\n| name | `in`, `eq`, `ne`, `sw`, `ew`, `co` |\n| createdBy | `in`, `eq`, `ne`, `sw`, `ew`, `co` |\n| lastModifiedBy | `in`, `eq`, `ne`, `sw`, `ew`, `co` |\n| created | `eq`, `ne`, `lt`, `gt`, `le`, `ge` |\n| lastModified | `eq`, `ne`, `lt`, `gt`, `le`, `ge` |\n" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api-platform.cvent.com/ea/oauth2/authorize", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Gets a list of user groups in your account." }, { "info": { "name": "Create Account User Group", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/account-user-groups", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api-platform.cvent.com/ea/oauth2/authorize", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Creates a new Account User Group.\n" }, { "info": { "name": "Get Account User Group", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/account-user-groups/:userGroupId", "params": [ { "name": "userGroupId", "value": "", "type": "path", "description": "The User Group's Id.\n" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api-platform.cvent.com/ea/oauth2/authorize", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Gets a single account user group by its ID." }, { "info": { "name": "Update Account User Group", "type": "http" }, "http": { "method": "PUT", "url": "https://api-platform.cvent.com/ea/account-user-groups/:userGroupId", "params": [ { "name": "userGroupId", "value": "", "type": "path", "description": "The User Group's Id.\n" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api-platform.cvent.com/ea/oauth2/authorize", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update a given account user group using details in the body of the request." }, { "info": { "name": "Delete Account User Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-platform.cvent.com/ea/account-user-groups/:userGroupId", "params": [ { "name": "userGroupId", "value": "", "type": "path", "description": "The User Group's Id.\n" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api-platform.cvent.com/ea/oauth2/authorize", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Deletes an account user group using its ID." }, { "info": { "name": "Associate User to Group", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/account-user-groups/:userGroupId/users/:userId", "params": [ { "name": "userGroupId", "value": "", "type": "path", "description": "The User Group's Id.\n" }, { "name": "userId", "value": "", "type": "path", "description": "The Account User's Id.\n" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api-platform.cvent.com/ea/oauth2/authorize", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Associates a user to an account user group." }, { "info": { "name": "Delete User from Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-platform.cvent.com/ea/account-user-groups/:userGroupId/users/:userId", "params": [ { "name": "userGroupId", "value": "", "type": "path", "description": "The User Group's Id.\n" }, { "name": "userId", "value": "", "type": "path", "description": "The Account User's Id.\n" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api-platform.cvent.com/ea/oauth2/authorize", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Removes a user from an account user group." } ] } ], "bundled": true }