{ "opencollection": "1.0.0", "info": { "name": "Kion Cloud Operations Accounts User Groups API", "version": "3.10.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "User Groups", "type": "folder" }, "items": [ { "info": { "name": "Kion List user groups", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/user-group" }, "docs": "Returns a list of all user groups." }, { "info": { "name": "Kion Create a user group", "type": "http" }, "http": { "method": "POST", "url": "https://{kion-instance}/api/v3/user-group", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user group." }, { "info": { "name": "Kion Get a user group", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/user-group/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Returns details for a specific user group." }, { "info": { "name": "Kion Update a user group", "type": "http" }, "http": { "method": "PATCH", "url": "https://{kion-instance}/api/v3/user-group/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing user group." }, { "info": { "name": "Kion Delete a user group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{kion-instance}/api/v3/user-group/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Deletes a user group." } ] } ], "bundled": true }