Get unread messages
GET/api/v4/users/:user_id/channels/:channel_id/unread
Get the total unread messages and mentions for a channel for a user.
Permissions
Must be logged in as user and have the read_channel permission, or have edit_other_usrs permission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Channel unreads retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found