{ "opencollection": "1.0.0", "info": { "name": "Dome9 / CloudGuard AWSAccounts Users API", "version": "2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://api.dome9.com/v2/user" }, "docs": "List users" }, { "info": { "name": "Create user", "type": "http" }, "http": { "method": "POST", "url": "https://api.dome9.com/v2/user", "body": { "type": "json", "data": "{}" } }, "docs": "Create user" } ] } ], "bundled": true }