{ "opencollection": "1.0.0", "info": { "name": "Flowdock Push Authentication Users API", "version": "1.0" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List All Visible Users", "type": "http" }, "http": { "method": "GET", "url": "https://api.flowdock.com/users" }, "docs": "List All Visible Users" }, { "info": { "name": "Get User", "type": "http" }, "http": { "method": "GET", "url": "https://api.flowdock.com/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get User" }, { "info": { "name": "Update User", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flowdock.com/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update User" }, { "info": { "name": "List Flow Users", "type": "http" }, "http": { "method": "GET", "url": "https://api.flowdock.com/flows/:organization/:flow/users", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Organization parameterized name." }, { "name": "flow", "value": "", "type": "path", "description": "Flow parameterized name within the organization." } ] }, "docs": "List Flow Users" }, { "info": { "name": "Add User To Flow", "type": "http" }, "http": { "method": "POST", "url": "https://api.flowdock.com/flows/:organization/:flow/users", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Organization parameterized name." }, { "name": "flow", "value": "", "type": "path", "description": "Flow parameterized name within the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add User To Flow" }, { "info": { "name": "Remove User From Flow", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flowdock.com/flows/:organization/:flow/users/:id", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Organization parameterized name." }, { "name": "flow", "value": "", "type": "path", "description": "Flow parameterized name within the organization." }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove User From Flow" }, { "info": { "name": "Remove User From Organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flowdock.com/organizations/:organization/users/:id", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Organization parameterized name." }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove User From Organization" } ] } ], "bundled": true }