{ "opencollection": "1.0.0", "info": { "name": "Harvest API v2 Clients Users API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://api.harvestapp.com/v2/users" }, "docs": "List users" }, { "info": { "name": "Create a user", "type": "http" }, "http": { "method": "POST", "url": "https://api.harvestapp.com/v2/users" }, "docs": "Create a user" }, { "info": { "name": "Retrieve the currently authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://api.harvestapp.com/v2/users/me" }, "docs": "Retrieve the currently authenticated user" }, { "info": { "name": "Retrieve a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.harvestapp.com/v2/users/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a user" }, { "info": { "name": "Update a user", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.harvestapp.com/v2/users/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "Update a user" }, { "info": { "name": "Delete a user", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.harvestapp.com/v2/users/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "Delete a user" } ] } ], "bundled": true }