{ "opencollection": "1.0.0", "info": { "name": "Tetrate Service Bridge REST APIs RBAC API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "RBAC", "type": "folder" }, "items": [ { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "https://{tsb-host}:8443/v2/organizations/:organization/users", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Organization name" } ] }, "docs": "Returns all users within the organization." }, { "info": { "name": "List Roles", "type": "http" }, "http": { "method": "GET", "url": "https://{tsb-host}:8443/v2/organizations/:organization/roles", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Organization name" } ] }, "docs": "Returns all RBAC roles within the organization." }, { "info": { "name": "Create Role", "type": "http" }, "http": { "method": "POST", "url": "https://{tsb-host}:8443/v2/organizations/:organization/roles", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Organization name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new custom RBAC role." } ] } ], "bundled": true }