{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Owners API", "version": "1.0" }, "items": [ { "info": { "name": "Owners", "type": "folder" }, "items": [ { "info": { "name": "Slack Get Admin Teams Owners List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.teams.owners.list", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `admin.teams:read`" }, { "name": "team_id", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. Must be between 1 - 1000 both inclusive." }, { "name": "cursor", "value": "", "type": "query", "description": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page." } ] }, "docs": "List all of the owners on a given workspace." } ] } ], "bundled": true }