Mark all channels and threads in a team as read
PUT/api/v4/users/:user_id/teams/:team_id/read
Mark all channels and threads in a team as read for a user.
Permissions
Must be logged in as user or have edit_other_users permission. Must have view_team permission for the team.
Minimum server version: 11.3
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 501
Team channels marked as read successfully
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found
Feature is disabled