Module: Slack::Web::Api::Endpoints::AdminConversationsEkm
- Included in:
- Slack::Web::Api::Endpoints
- Defined in:
- lib/slack/web/api/endpoints/admin_conversations_ekm.rb
Instance Method Summary collapse
-
#admin_conversations_ekm_listOriginalConnectedChannelInfo(options = {}) ⇒ Object
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.
Instance Method Details
#admin_conversations_ekm_listOriginalConnectedChannelInfo(options = {}) ⇒ Object
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.
22 23 24 25 26 27 28 29 30 |
# File 'lib/slack/web/api/endpoints/admin_conversations_ekm.rb', line 22 def admin_conversations_ekm_listOriginalConnectedChannelInfo( = {}) if block_given? Pagination::Cursor.new(self, :admin_conversations_ekm_listOriginalConnectedChannelInfo, ).each do |page| yield page end else post('admin.conversations.ekm.listOriginalConnectedChannelInfo', ) end end |