Get channel members by ids
POST/api/v4/channels/:channel_id/members/ids
Get a list of channel members based on the provided user ids.
Permissions
Must have the read_channel permission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Channel member list retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found