{ "opencollection": "1.0.0", "info": { "name": "Cflow Requests Users API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Cflow List Users", "type": "http" }, "http": { "method": "GET", "url": "https://us.cflowapps.com/integromat/api/cflow/users" }, "docs": "Retrieves a list of users in the Cflow account, including their roles and permissions." }, { "info": { "name": "Cflow List Roles", "type": "http" }, "http": { "method": "GET", "url": "https://us.cflowapps.com/integromat/api/cflow/roles" }, "docs": "Retrieves a list of roles defined in the Cflow account, including their associated permissions for workflows, lookups, reports, and support." } ] } ], "bundled": true }