Slack API not returning private channels
问题 I'm trying to obtain a list of private channels in Slack (on a per-user basis is fine), but I'm having trouble seeing this information. I installed my application into the workspace in Slack originally and got an OAuth token in the form xoxp-4........... . App OAuth token When I try to use the slack API (node SDK) then I only get the publicly listed channels. await new WebClient(`xoxp-4.....`) .conversations .list({ exclude_archived: true }) ).channels I get the same if I try using the Slack