{
  "args": {
    "channel": {
      "desc": "ID of conversation to join",
      "required": true,
      "type": "string"
    }
  },
  "desc": "Joins an existing conversation.",
  "errors": {
    "channel_is_limited_access": "The user has no access to the channel. This is only applicable to private Salesforce record channels.",
    "channel_not_found": "Value passed for `channel` was invalid.",
    "is_archived": "Channel has been archived.",
    "method_not_supported_for_channel_type": "This type of conversation cannot be used with this method.",
    "too_many_members": "The membership in the channel has exceeded our maximum member limit. No more users can join the channel."
  },
  "rate_limit": {
    "label": "Tier 3: 50+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {
    "bot": [
      {
        "name": "channels:join",
        "url": "https://docs.slack.dev/reference/scopes/channels.join"
      }
    ],
    "user": [
      {
        "name": "channels:write",
        "url": "https://docs.slack.dev/reference/scopes/channels.write"
      }
    ]
  }
}

