Get all shared channels for team.
GET/api/v4/sharedchannels/:team_id
Get all shared channels for a team.
Minimum server version: 5.50
Permissions
Must be authenticated and have the view_team permission for the team.
Results are restricted to channels the user is a member of unless the user has
manage_shared_channels.
Request
Responses
- 200
- 400
- 401
- 403
Shared channels fetch successful. Result may be empty.
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions