Get a team by name
GET/api/v4/teams/name/:team_name
Get a team based on provided name string
Permissions
Must be authenticated, team type is open and have the view_team permission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Team retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found