List all members of a channel
GET https://slack.com/api/conversations.members?channel={{channelId}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
channel | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"ok":true,"members":["U023BECGF","U061F7AUR","W012A3CDE"],"response_metadata":{"next_cursor":"e3VzZXJfaWQ6IFcxMjM0NTY3fQ=="}}