Get the team icon
GET/api/v4/teams/:team_id/image
Get the team icon of the team.
Minimum server version: 4.9
Permissions
User must be authenticated. In addition, team must be open or the user must have the view_team permission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 501
Team icon retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found
Feature is disabled