Current section
Files
Jump to
Current section
Files
priv/docs/methods/admin.conversations.ekm.listOriginalConnectedChannelInfo.json
{
"args": {
"channel_ids": {
"desc": "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.",
"required": false,
"type": "string"
},
"cursor": {
"desc": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page.",
"example": "5c3e53d5",
"required": false,
"type": "string"
},
"limit": {
"default": "100",
"desc": "The maximum number of items to return. Must be between 1 - 1000 both inclusive.",
"example": "100",
"required": false,
"type": "integer"
},
"team_ids": {
"desc": "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.",
"required": false,
"type": "string"
}
},
"desc": "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.",
"errors": {
"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."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin.conversations:read",
"url": "https://docs.slack.dev/reference/scopes/admin.conversations.read"
}
]
}
}