{ "opencollection": "1.0.0", "info": { "name": "Metabase Cards Users API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://your-metabase-instance.com/api/user" }, "docs": "List users" }, { "info": { "name": "Create a user", "type": "http" }, "http": { "method": "POST", "url": "https://your-metabase-instance.com/api/user", "body": { "type": "json", "data": "{}" } }, "docs": "Create a user" }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://your-metabase-instance.com/api/user/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a user" } ] } ], "bundled": true }