# Teams

 - [GET /teams](https://docs.peachfinance.com/api-docs/api-public/teams/peach.employees.handlers.teams.teams_get.md): Get all teams in a company
 - [POST /teams](https://docs.peachfinance.com/api-docs/api-public/teams/peach.employees.handlers.teams.teams_create.md): Create a new team
 - [DELETE /teams/{teamId}](https://docs.peachfinance.com/api-docs/api-public/teams/peach.employees.handlers.teams.team_delete.md): Delete team
 - [GET /teams/{teamId}](https://docs.peachfinance.com/api-docs/api-public/teams/peach.employees.handlers.teams.team_get.md): Get team by ID
 - [PUT /teams/{teamId}](https://docs.peachfinance.com/api-docs/api-public/teams/peach.employees.handlers.teams.team_update.md): Update team
