{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Alarm Alarms Users API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/user/:tenantId/users", "params": [ { "name": "tenantId", "value": "", "type": "path" } ] }, "docs": "List Users" }, { "info": { "name": "Create a User", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/user/:tenantId/users", "params": [ { "name": "tenantId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a User" }, { "info": { "name": "Retrieve a User", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/user/:tenantId/users/:userId", "params": [ { "name": "tenantId", "value": "", "type": "path" }, { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Retrieve a User" }, { "info": { "name": "Update a User", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenant}.cumulocity.com/user/:tenantId/users/:userId", "params": [ { "name": "tenantId", "value": "", "type": "path" }, { "name": "userId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a User" }, { "info": { "name": "Delete a User", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.cumulocity.com/user/:tenantId/users/:userId", "params": [ { "name": "tenantId", "value": "", "type": "path" }, { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Delete a User" } ] } ], "bundled": true }