admin conversations ekm list Original Connected Channel Info
GET {{baseUrl}}/admin.conversations.ekm.listOriginalConnectedChannelInfo?token=<string>&channel_ids=<string>&team_ids=<string>&limit=<integer>&cursor=<string>
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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: admin.conversations:read | |
channel_ids | string | A comma-separated list of channels to filter to. | |
team_ids | string | A comma-separated list of the workspaces to which the channels you would like returned belong. | |
limit | string | The maximum number of items to return. Must be between 1 - 1000 both inclusive. | |
cursor | string | Set cursor to next_cursor returned by the previous call to list items in the next page. |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}