{ "opencollection": "1.0.0", "info": { "name": "Windstream Enterprise Contact Center Services agents users API", "version": "2.0.0" }, "items": [ { "info": { "name": "users", "type": "folder" }, "items": [ { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "https://{ccs_domain}/6/v2/api/users" }, "docs": "Returns a list of all users configured in the system." }, { "info": { "name": "Create User", "type": "http" }, "http": { "method": "POST", "url": "https://{ccs_domain}/6/v2/api/users", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user account." }, { "info": { "name": "Get User", "type": "http" }, "http": { "method": "GET", "url": "https://{ccs_domain}/6/v2/api/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "User identifier" } ] }, "docs": "Retrieves details of a specific user." }, { "info": { "name": "Update User", "type": "http" }, "http": { "method": "PUT", "url": "https://{ccs_domain}/6/v2/api/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "User identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing user's configuration." }, { "info": { "name": "Delete User", "type": "http" }, "http": { "method": "DELETE", "url": "https://{ccs_domain}/6/v2/api/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "User identifier" } ] }, "docs": "Removes a user account." } ] } ], "bundled": true }