channels

Get channel members by ids

Get a list of channel members based on the provided user ids.

Permissions

Must have the read_channel permission.

post/api/v4/channels/{channel_id}/members/ids

Path parameters

channel_idstring required

Channel GUID

Request body

string[] required

Response

Channel member list retrieval successful

channel_idstring
user_idstring
rolesstring
last_viewed_atinteger

The time in milliseconds the channel was last viewed by the user

msg_countinteger
mention_countinteger
last_update_atinteger

The time in milliseconds the channel member was last updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.