{ "opencollection": "1.0.0", "info": { "name": "Bob (HiBob) Public Attendance People API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "People", "type": "folder" }, "items": [ { "info": { "name": "Search for employees", "type": "http" }, "http": { "method": "POST", "url": "https://api.hibob.com/v1/people/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search for employees" }, { "info": { "name": "Create employee", "type": "http" }, "http": { "method": "POST", "url": "https://api.hibob.com/v1/people", "body": { "type": "json", "data": "{}" } }, "docs": "Create employee" }, { "info": { "name": "Read employee by ID", "type": "http" }, "http": { "method": "POST", "url": "https://api.hibob.com/v1/people/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ] }, "docs": "Read employee by ID" }, { "info": { "name": "Update employee", "type": "http" }, "http": { "method": "PUT", "url": "https://api.hibob.com/v1/people/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update employee" }, { "info": { "name": "Read public profile section of all active employees", "type": "http" }, "http": { "method": "GET", "url": "https://api.hibob.com/v1/profiles" }, "docs": "Read public profile section of all active employees" } ] } ], "bundled": true }