"external" user info from "list channel members"

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

Description
In Zoom’s desktop app, we can see a hint about “External user(s) present”:

But when using Zoom’s Chat API “Listing channel members”, the responses don’t have such information. Meaning we get all internal + external users, but without their internal/external information.

Can we request adding this into the API responses?
Or is there a good way to check whether a channel has external user(s) present?

Error?
No error, but missing a helpful information about whether channel members are external.

How To Reproduce

  1. Retrieve an account-level OAuth token.
  2. Request to “List channel members” with a channel’s ID which has external members.
  3. The response has members’ basic data, but no “account_id” or internal/external information.

Thanks,
Frank Chen (using company’s developer account)

I see a new “is_external” for members has been added into the responses recently.
Not sure if it was already in your roadmap and just happen to release when we need it.
But thanks!