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 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:
- User token:
admin.conversations:read
Optional Params
channel_ids- A comma-separated list of channels to filter to. When used with theteam_idsparameter, this method will return all read-only (frozen) channels and their corresponding originalchannel_idson the provided workspaces.cursor- Setcursortonext_cursorreturned by the previous call to list items in the next page. ex:5c3e53d5limit- The maximum number of items to return. Must be between 1 - 1000 both inclusive. ex:100team_ids- A comma-separated list of the workspaces to which the channels you would like returned belong. When used with theteam_idsparameter, this method will return all read-only (frozen) channels and their corresponding originalchannel_idson the provided workspaces.
Errors the API can return:
invalid_cursor- Invalid cursor.invalid_limit- The value passed forlimitwas 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.