{ "opencollection": "1.0.0", "info": { "name": "Microsoft Power BI REST Apps Groups API", "version": "v1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Get Groups (workspaces)", "type": "http" }, "http": { "method": "GET", "url": "https://api.powerbi.com/v1.0/myorg/groups" }, "docs": "Get Groups (workspaces)" }, { "info": { "name": "Create Group (workspace)", "type": "http" }, "http": { "method": "POST", "url": "https://api.powerbi.com/v1.0/myorg/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create Group (workspace)" }, { "info": { "name": "Delete Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.powerbi.com/v1.0/myorg/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "Delete Group" } ] } ], "bundled": true }