{ "opencollection": "1.0.0", "info": { "name": "Rollbar Deployment Access Tokens Users API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "X-Rollbar-Access-Token", "value": "{{X-Rollbar-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List All Users", "type": "http" }, "http": { "method": "GET", "url": "https://api.rollbar.com/api/1/users" }, "docs": "Returns all users in the account. Requires an account-level access token." }, { "info": { "name": "Get a User", "type": "http" }, "http": { "method": "GET", "url": "https://api.rollbar.com/api/1/user/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The ID of the user." } ] }, "docs": "Returns information about a specific user by their user ID." } ] } ], "bundled": true }