{ "opencollection": "1.0.0", "info": { "name": "Chatwoot Account AgentBots Users API", "version": "1.1.0" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Create a User", "type": "http" }, "http": { "method": "POST", "url": "https://app.chatwoot.com/platform/api/v1/users", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Create a User" }, { "info": { "name": "Get an user details", "type": "http" }, "http": { "method": "GET", "url": "https://app.chatwoot.com/platform/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the user on the platform" } ], "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Get the details of an user" }, { "info": { "name": "Update a user", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.chatwoot.com/platform/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the user on the platform" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Update a user's attributes" }, { "info": { "name": "Delete a User", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.chatwoot.com/platform/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the user on the platform" } ], "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Delete a User" }, { "info": { "name": "Get User SSO Link", "type": "http" }, "http": { "method": "GET", "url": "https://app.chatwoot.com/platform/api/v1/users/:id/login", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the user on the platform" } ], "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Get the sso link of a user" } ] } ], "bundled": true }