Skip to main content

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

Recommended channels retrieval successful