{ "opencollection": "1.0.0", "info": { "name": "Chatwoot Account AgentBots Account Users API", "version": "1.1.0" }, "items": [ { "info": { "name": "Account Users", "type": "folder" }, "items": [ { "info": { "name": "List all Account Users", "type": "http" }, "http": { "method": "GET", "url": "https://app.chatwoot.com/platform/api/v1/accounts/:account_id/account_users", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The numeric ID of the account" } ], "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "List all account users" }, { "info": { "name": "Create an Account User", "type": "http" }, "http": { "method": "POST", "url": "https://app.chatwoot.com/platform/api/v1/accounts/:account_id/account_users", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The numeric ID of the account" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Create an Account User" }, { "info": { "name": "Delete an Account User", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.chatwoot.com/platform/api/v1/accounts/:account_id/account_users", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The numeric ID of the account" } ], "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Delete an Account User" } ] } ], "bundled": true }