{ "opencollection": "1.0.0", "info": { "name": "Chef Automate Channels Users API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api-token", "value": "{{api-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://{automate}/api/v0/users" }, "docs": "List users" } ] } ], "bundled": true }