{ "opencollection": "1.0.0", "info": { "name": "Codefresh REST Access Control Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List users on an account", "type": "http" }, "http": { "method": "GET", "url": "https://g.codefresh.io/api/accounts/:id/users", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List users on an account" }, { "info": { "name": "Add a user to an account", "type": "http" }, "http": { "method": "POST", "url": "https://g.codefresh.io/api/accounts/:id/users", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a user to an account" } ] } ], "bundled": true }