List all members of a channel

GET https://slack.com/api/conversations.members?channel={{channelId}}

Request Params

KeyDatatypeRequiredDescription
channelstring

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"ok":true,"members":["U023BECGF","U061F7AUR","W012A3CDE"],"response_metadata":{"next_cursor":"e3VzZXJfaWQ6IFcxMjM0NTY3fQ=="}}