Slack.Web.Admin.Conversations.Ekm (SlackKit v1.0.0-alpha.0)

View Source

Summary

Functions

List all disconnected channels—i.e., channels that were once connected to other workspaces and then disconnected—and the corresponding original channel IDs for key revocation with EKM.

Functions

list_original_connected_channel_info(optional_params \\ %{})

List all disconnected channels—i.e., channels that were once connected to other workspaces and then disconnected—and the corresponding original channel IDs for key revocation with EKM.

API reference

Rate limit: Tier 2: 20+ per minute
Scopes:

View on docs.slack.dev ↗

Optional Params

  • channel_ids - A comma-separated list of channels to filter to. When used with the team_ids parameter, this method will return all read-only (frozen) channels and their corresponding original channel_ids on the provided workspaces.
  • cursor - Set cursor to next_cursor returned by the previous call to list items in the next page. ex: 5c3e53d5
  • limit - The maximum number of items to return. Must be between 1 - 1000 both inclusive. ex: 100
  • team_ids - A comma-separated list of the workspaces to which the channels you would like returned belong. When used with the team_ids parameter, this method will return all read-only (frozen) channels and their corresponding original channel_ids on the provided workspaces.

Errors the API can return:

  • invalid_cursor - Invalid cursor.
  • invalid_limit - The value passed for limit was not valid.
  • not_an_admin - This method is only accessible by Org owners and Admins.
  • not_enabled - The API endpoint is not enabled for your team.
  • restricted_action - The caller of this API is not allowed to perform this operation.
  • unsupported_arguments - The provided method arguments are not supported.

See the Common Errors guide for errors returned by every Web API method.