{ "opencollection": "1.0.0", "info": { "name": "Caspio REST Applications Users API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List application users", "type": "http" }, "http": { "method": "GET", "url": "https://{account}.caspio.com/rest/v3/users" }, "docs": "List application users" }, { "info": { "name": "Create a new application user", "type": "http" }, "http": { "method": "POST", "url": "https://{account}.caspio.com/rest/v3/users", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new application user" }, { "info": { "name": "Get a single application user", "type": "http" }, "http": { "method": "GET", "url": "https://{account}.caspio.com/rest/v3/users/:username", "params": [ { "name": "username", "value": "", "type": "path" } ] }, "docs": "Get a single application user" }, { "info": { "name": "Update a user", "type": "http" }, "http": { "method": "PUT", "url": "https://{account}.caspio.com/rest/v3/users/:username", "params": [ { "name": "username", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a user" }, { "info": { "name": "Delete a user", "type": "http" }, "http": { "method": "DELETE", "url": "https://{account}.caspio.com/rest/v3/users/:username", "params": [ { "name": "username", "value": "", "type": "path" } ] }, "docs": "Delete a user" } ] } ], "bundled": true }