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