I am asking whether there is a related update about this? I am using account-level App and never face any issue in order to get list of members in channel using this endpoint: GET /chat/users/{userId}/channels/{channelId}/members. I have also selected all the relevant scopes. Currently, it always returns “No permission to access this channel.”
I’m a bit confused. Are you saying it was working before and now it is not? Or did you mean you are able to get the members from a different endpoint than the one above?
To confirm, the scope you have is team_chat:read:list_members:admin and you’re passing the channel owner’s user Id or me if you are the channel owner?
Another quick question: are you using userId or the user’s email address for the userId url param? We had an issue on another couple of endpoints whereby email address was no longer working, but userId was successful.
Running into the same issue here was working fine before, and now suddenly getting the same “No permission” error. Permissions and scopes haven’t changed on my end either. Hoping it’s just a bug or recent change in the API behavior.