Get recommended public channels for the current user
GET/api/v4/teams/:team_id/channels/recommended
Return the public channels on a team that have a membership policy assigned, where the requesting user's attributes match to the policy.
Membership policies on public channels are advisory: anyone can still join these channels. This endpoint surfaces them as “Recommended channels” for the requester.
Returns an empty list if the Enterprise Advanced license is not
active, if AccessControlSettings.EnableAttributeBasedAccessControl
is false, or if the user's attributes do not match any active
public-channel policy in the team.
Minimum server version: 11.8
Permissions
Must be authenticated and have list_team_channels on the team.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Recommended channels retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found