{ "opencollection": "1.0.0", "info": { "name": "HighBond API Reference Actions Results Users API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Results Users", "type": "folder" }, "items": [ { "info": { "name": "Get a list of all Results users\n", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/results/users", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." } ] }, "docs": "Get a list of all the results users within the Results app of an organization.\n\nNote: System and root users are special types of users that act on behalf of the HighBond platform, like in automation tasks performed in the Robots app. Filters can be applied to query for them if needed.\n" } ] } ], "bundled": true }