admin_conversations_ekm_listOriginalConnectedChannelInfo
GET
/admin.conversations.ekm.listOriginalConnectedChannelInfo https://slack.com/api
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.
Parameters
query Query Parameters
| Name | Type |
|---|---|
token
required
Authentication token. Requires scope: | string |
channel_ids A comma-separated list of channels to filter to. | string |
team_ids A comma-separated list of the workspaces to which the channels you would like returned belong. | string |
limit The maximum number of items to return. Must be between 1 - 1000 both inclusive. | number |
cursor Set | string |
Responses
200 application/json
Typical success response
{ ok: DefsOkTrue ; }
default application/json
Typical error response
{ ok: DefsOkFalse ; }