channels
Search all private and open type channels
Returns all private and open type channels where 'term' matches on the name, display name, or purpose of the channel.
Configured 'default' channels (ex Town Square and Off-Topic) can be excluded from the results with the exclude_default_channels boolean parameter.
Channels that are associated (via GroupChannel records) to a given group can be excluded from the results with the not_associated_to_group parameter and a group id string.
post/api/v4/channels/search
Query parameters
system_consoleboolean
Is the request from system_console. If this is set to true, it filters channels by the logged in user.
Request body
Response
Paginated channel response. (Note that the non-paginated response—returned if the request body does not contain both page and per_page fields—is a simple array of channels.)