My Slack account is a member of a Slack organization. This Slack organization has many Slack workspaces. Each Slack workspace has many Slack channels. Some Slack channels are only accessible by the members of a specific workspace, while others are accessible by members of some other Slack workspaces (assuming they've been added to the Slack channel if it's a private Slack channel).
Example:
Slack Organization (Acme Corp) │├── Workspace: Engineering │├─ #backend │├─ #frontend │└─ #announcements-global (also exists in other workspaces, i.e., multi-workspace channel) │├── Workspace: Marketing │├─ #social-media │└─ #announcements-global (multi-workspace channel) │└── Workspace: HR ├─ #benefits └─ #announcements-global (multi-workspace channel) How can I view all channels I am a member of in my Slack organization, across all Slack workspaces of that Slack organization?