Server-to-server account level app - channel members - no permission

A server-to-server account level app should have access to everything. But it seems to be limited to the admin who approved the app.

There are already multiple similar closed threads. Saying this is expected behavior is ridiculous.

#87735
#88093
#87489
#91005

Hi @viraj.kanwade , I responded to you in the other thread but will ask here to clarify again–are the channels you’re trying to access created by external users?

@gianni.zoom Lets continue the discussion here.

No. Some of these are regular group chats between 3 employees.

Funny part is
/channels/{channelId}/members does not work.
/users/{userId}/channels/{channelId}/members works irrespective of which of the 3 user ids I use!

So right now, as a workaround,
I am making calls to get all users and iterate.
Get users that belong to this channelId.
Then call APIs with each of the userId for members and chat messages.

This works, but I am pretty sure thats a lot of API request the zoom server needs to handle!

Hi @viraj.kanwade , can you please send me your request response for each query, the “zm-tracking-id” from the request response header, client id and email in the private message I will start with you? You will see the private message notification when you click your notifications.

Hi @viraj.kanwade , can you please send me your request response for each query, the “zm-tracking-id” from the request response header, client id and email in the private message I will start with you? You will see the private message notification when you click your notifications.

Customer said they will get back to me when they have additionally bandwidth.