{
  "args": {
    "cursor": {
      "desc": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page.",
      "example": "dXNlcjpVMEc5V0ZYTlo=",
      "required": false,
      "type": "string"
    },
    "limit": {
      "desc": "The maximum number of items to return.",
      "example": "200",
      "required": false,
      "type": "integer"
    },
    "team_id": {
      "desc": "",
      "required": true
    }
  },
  "desc": "List all of the admins on a given workspace.",
  "errors": {
    "feature_not_enabled": "The Admin APIs feature is not enabled for this team.",
    "invalid_cursor": "Invalid cursor.",
    "invalid_limit": "Limit must be between 1 and 1000 inclusive.",
    "not_an_admin": "This method is only accessible by org owners and admins.",
    "team_not_found": "`team_id` was not found."
  },
  "rate_limit": {
    "label": "Tier 3: 50+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {
    "user": [
      {
        "name": "admin.teams:read",
        "url": "https://docs.slack.dev/reference/scopes/admin.teams.read"
      }
    ]
  }
}

