channels
View channel
Perform all the actions involved in viewing a channel. This includes marking channels as read, clearing push notifications, and updating the active channel.
post/api/v4/channels/members/{user_id}/view
Path parameters
user_idstring required
User ID to perform the view action for
Request body
Example request
{
"channel_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"prev_channel_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}Response
Channel view successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.