Get managed category mappings
GET/api/v4/teams/:team_id/channels/managed_categories
Returns a map of channel ID to managed category name for all channels the requesting user is a member of in the given team that have a managed category assigned.
Requires an Enterprise license and the ManagedChannelCategories feature flag to be enabled.
Permissions
Must be authenticated.
Request
Responses
- 200
- 401
- 404
- 501
Managed category mappings retrieved successfully
No access token provided
Returned when the ManagedChannelCategories feature flag is disabled.
Returned when the server does not have an Enterprise license.