channels

Get channel members

Get a page of members for a channel.

Permissions

read_channel permission for the channel.

get/api/v4/channels/{channel_id}/members

Path parameters

channel_idstring required

Channel GUID

Query parameters

pageinteger

The page to select.

per_pageinteger

The number of members per page. There is a maximum limit of 200 members.

Response

Channel members 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.