{ "opencollection": "1.0.0", "info": { "name": "Budibase Public Applications Users API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-budibase-api-key", "value": "{{x-budibase-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Search for users", "type": "http" }, "http": { "method": "GET", "url": "https://budibase.app/api/public/v1/users", "body": { "type": "json", "data": "{}" } }, "docs": "Search for users" }, { "info": { "name": "Create a user", "type": "http" }, "http": { "method": "POST", "url": "https://budibase.app/api/public/v1/users", "body": { "type": "json", "data": "{}" } }, "docs": "Create a user" }, { "info": { "name": "Retrieve a user", "type": "http" }, "http": { "method": "GET", "url": "https://budibase.app/api/public/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a user" }, { "info": { "name": "Update a user", "type": "http" }, "http": { "method": "PUT", "url": "https://budibase.app/api/public/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a user" }, { "info": { "name": "Delete a user", "type": "http" }, "http": { "method": "DELETE", "url": "https://budibase.app/api/public/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a user" } ] } ], "bundled": true }