Add an API for getting private channels
As a system admin using the API, it would be useful to get a list of private channels for a team.
Currently, one can get posts for private channels through the channels/{channel_id}/posts
API, but that assumes that the admin knows the channel_id. Finding that ID cannot be done through the API.
Use case: for reporting purposes, we want to get the count of messages per private channel each month.
9
votes
Raphaël
shared this idea
-
Marco Schuster commented
Hi,
I would like to see this considered as well, our need is to automatically deactivate channels that have had no posts in a certain time frame.