{ "opencollection": "1.0.0", "info": { "name": "Scalr Account Acl Roles Users API", "version": "1.0.0" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "GET /{accountId}/users/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:accountId/users/", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The ID of the Account scoping this request." } ] }, "docs": "List all the Users available in this Account." }, { "info": { "name": "GET /users/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/users/" }, "docs": "List all available Users." } ] } ], "bundled": true }