{ "opencollection": "1.0.0", "info": { "name": "Lever Data Applications Users API", "version": "1.0.0" }, "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.lever.co/v1/users" }, "docs": "List Users" }, { "info": { "name": "Create A User", "type": "http" }, "http": { "method": "POST", "url": "https://api.lever.co/v1/users" }, "docs": "Create A User" }, { "info": { "name": "Retrieve A User", "type": "http" }, "http": { "method": "GET", "url": "https://api.lever.co/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve A User" }, { "info": { "name": "Update A User", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lever.co/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update A User" } ] } ], "bundled": true }