{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Enables API", "version": "1.0" }, "items": [ { "info": { "name": "Enables", "type": "folder" }, "items": [ { "info": { "name": "Slack Post User Groups Enable", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/usergroups.enable", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Enable a User Group" } ] } ], "bundled": true }