{ "opencollection": "1.0.0", "info": { "name": "Botpress Cloud Admin Users API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://api.botpress.com/v1/chat/users" }, "docs": "List users" }, { "info": { "name": "Create a user", "type": "http" }, "http": { "method": "POST", "url": "https://api.botpress.com/v1/chat/users" }, "docs": "Create a user" }, { "info": { "name": "Retrieve a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.botpress.com/v1/chat/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a user" }, { "info": { "name": "Update user information", "type": "http" }, "http": { "method": "PUT", "url": "https://api.botpress.com/v1/chat/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update user information" }, { "info": { "name": "Delete a user", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.botpress.com/v1/chat/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a user" } ] } ], "bundled": true }