Slack API: Get channel managers of a channel

Viewed 15

In the Slack GUI, when listing users of a channel, you are able to see who in the channel is a channel manager.

I am trying to get this same information from the API, but when using the conversations.members method, I only get a flat list of users with no information on who the channel manager(s) are. Is there another method for getting the channel managers?

0 Answers
Related