{ "opencollection": "1.0.0", "info": { "name": "Site24x7 REST Alarms Users API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List all users", "type": "http" }, "http": { "method": "GET", "url": "https://www.site24x7.com/api/users", "headers": [ { "name": "Accept", "value": "" } ] }, "docs": "Retrieve a list of all users in the account." }, { "info": { "name": "Create a user", "type": "http" }, "http": { "method": "POST", "url": "https://www.site24x7.com/api/users", "headers": [ { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new user account." }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://www.site24x7.com/api/users/:user_id", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "user_id", "value": "", "type": "path", "description": "Unique user identifier" } ] }, "docs": "Retrieve details of a specific user." }, { "info": { "name": "Update a user", "type": "http" }, "http": { "method": "PUT", "url": "https://www.site24x7.com/api/users/:user_id", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "user_id", "value": "", "type": "path", "description": "Unique user identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify an existing user's details." }, { "info": { "name": "Delete a user", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.site24x7.com/api/users/:user_id", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "user_id", "value": "", "type": "path", "description": "Unique user identifier" } ] }, "docs": "Remove a user account from the system." } ] } ], "bundled": true }