{
  "args": {
    "count": {
      "default": "100",
      "desc": "Maximum number of invites to return",
      "required": false,
      "type": "integer"
    },
    "cursor": {
      "desc": "Set to `next_cursor` returned by previous call to list items in subsequent page",
      "example": "5c3e53d5",
      "required": false,
      "type": "string"
    },
    "team_id": {
      "desc": "Encoded team id for the workspace to retrieve invites for, required if org token is used",
      "required": false,
      "type": "string"
    }
  },
  "desc": "Lists shared channel invites that have been generated or received but have not been approved by all parties",
  "errors": { "restricted_action": "A team preference prevents the authenticated user from viewing shared channel invites." },
  "rate_limit": {
    "label": "Tier 1: 1+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {
    "bot": [
      {
        "name": "conversations.connect:manage",
        "url": "https://docs.slack.dev/reference/scopes/conversations.connect.manage"
      }
    ]
  }
}

