{ "opencollection": "1.0.0", "info": { "name": "TIBCO BusinessEvents Agents Groups API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/groups" }, "docs": "Retrieve all user groups on the Spotfire Server." }, { "info": { "name": "Create a group", "type": "http" }, "http": { "method": "POST", "url": "https://api.tibco.com/businessevents/v1/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new user group." }, { "info": { "name": "Get a group", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Group unique identifier" } ] }, "docs": "Retrieve details of a specific user group." }, { "info": { "name": "Delete a group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tibco.com/businessevents/v1/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Group unique identifier" } ] }, "docs": "Delete a user group." }, { "info": { "name": "List group members", "type": "http" }, "http": { "method": "GET", "url": "https://api.tibco.com/businessevents/v1/groups/:groupId/members", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Group unique identifier" } ] }, "docs": "Retrieve all members of a specific group." }, { "info": { "name": "Add a member to a group", "type": "http" }, "http": { "method": "POST", "url": "https://api.tibco.com/businessevents/v1/groups/:groupId/members", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Group unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a user to a specific group." } ] } ], "bundled": true }