{ "opencollection": "1.0.0", "info": { "name": "Rundeck Users API", "version": "58" }, "request": { "auth": { "type": "apikey", "key": "X-Rundeck-Auth-Token", "value": "{{X-Rundeck-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:4440/api/58/user/list" }, "docs": "Returns a list of all Rundeck users (admin only)." }, { "info": { "name": "Get Current User Info", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:4440/api/58/user/info" }, "docs": "Returns profile information for the currently authenticated user." }, { "info": { "name": "Update Current User Info", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:4440/api/58/user/info", "body": { "type": "json", "data": "{}" } }, "docs": "Updates profile information for the currently authenticated user." } ] } ], "bundled": true }