{ "opencollection": "1.0.0", "info": { "name": "Chatwoot Agents Platform Users API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "items": [ { "info": { "name": "Platform Users", "type": "folder" }, "items": [ { "info": { "name": "Create a user on the installation.", "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 on the installation." }, { "info": { "name": "Get a user by id.", "type": "http" }, "http": { "method": "GET", "url": "https://app.chatwoot.com/platform/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Get a user by id." }, { "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" } ], "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Update a user." }, { "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" } ], "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Delete a user." }, { "info": { "name": "Get a single-sign-on login link for the user.", "type": "http" }, "http": { "method": "GET", "url": "https://app.chatwoot.com/platform/api/v1/users/:id/login", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Get a single-sign-on login link for the user." } ] } ], "bundled": true }