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
- Retrieve an account-level OAuth token.
- Request to “List channel members” with a channel’s ID which has external members.
- The response has members’ basic data, but no “account_id” or internal/external information.
Thanks,
Frank Chen (using company’s developer account)