Get channels for user
GET/api/v4/users/:user_id/teams/:team_id/channels
Get all the channels on a team for a user.
Permissions
Logged in as the user, or have edit_other_users permission, and view_team permission for the team.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Channels retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found