Listing chat messages in a channel with just the channel ID (Account-level)

Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)

Description
Hi,

We’re using an OAuth2 app with Account-level token.

The current endpoint to list chat messages in a channel requires both the user ID and the channel ID. But since an Account-level token is used, could we have an endpoint to list those messages with just he channel ID?

Our platform supports multiple SaaS apps with chat related features, but Zoom is the only one requiring a user ID to list a channel’s messages. It is not ideal to store/cache the user IDs for channels, since users may leave channels at any time.

Error?
This is more a feature request rather than an error report.