Get unreads for a team
GET/api/v4/users/:user_id/teams/:team_id/unread
Get the unread mention and message counts for a team for the specified user.
Permissions
Must be the user or have edit_other_users permission and have view_team permission for the team.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Team unread count retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found