Slack

SLACK_REGISTER_CALL_PARTICIPANTS_REMOVAL

DEPRECATED: Registers participants removed from a Slack call. Use `remove_call_participants` instead.

Remote slack

Other tools also called SLACK_REGISTER_CALL_PARTICIPANTS_REMOVAL? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the call returned by the add method.\nExample: \"R0123456789\""
    },
    "users": {
      "type": "string",
      "description": "The list of users to remove as participants in the call. users is a JSON array with each user having a `slack_id` or `external_id`.\nExamples:\n  \"[{\\\"slack_id\\\": \\\"U1H77\\\", \\\"external_id\\\": \\\"ext-id\\\"}]\"\n  \"[{\\\"slack_id\\\": \\\"U2ABC123\\\"}]\""
    }
  }
}
          

Provider

Slack →