{ "opencollection": "1.0.0", "info": { "name": "GitHub Enterprise Cloud REST Actions Users API", "version": "2026-05-23" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://api.github.com/user" }, "docs": "Get the authenticated user" }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.github.com/users/:username", "params": [ { "name": "username", "value": "", "type": "path" } ] }, "docs": "Get a user" } ] } ], "bundled": true }