{ "opencollection": "1.0.0", "info": { "name": "Fivetran REST Connections Users API", "version": "1.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.fivetran.com/v1/users" }, "docs": "List users" }, { "info": { "name": "Invite a user", "type": "http" }, "http": { "method": "POST", "url": "https://api.fivetran.com/v1/users", "body": { "type": "json", "data": "{}" } }, "docs": "Invite a user" }, { "info": { "name": "Retrieve a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.fivetran.com/v1/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Retrieve a user" }, { "info": { "name": "Update a user", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fivetran.com/v1/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a user" }, { "info": { "name": "Delete a user", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fivetran.com/v1/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Delete a user" } ] } ], "bundled": true }