Get user's sidebar categories
GET/api/v4/users/:user_id/teams/:team_id/channels/categories
Get a list of sidebar categories that will appear in the user's sidebar on the given team, including a list of channel IDs in each category. Minimum server version: 5.26
Permissions
Must be authenticated and have the list_team_channels permission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Category retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found