# Teams

 - [GET /beta/teams](https://docs.dixa.io/openapi/dixa-api/beta/teams/getteams.md): Lists all teams in an organization.
 - [POST /beta/teams](https://docs.dixa.io/openapi/dixa-api/beta/teams/postteams.md): Create a team.
 - [GET /beta/teams/{teamId}/agents](https://docs.dixa.io/openapi/dixa-api/beta/teams/getteamsteamidagents.md): Lists all agents/admins in a team.
 - [DELETE /beta/teams/{teamId}/agents](https://docs.dixa.io/openapi/dixa-api/beta/teams/deleteteamsteamidagents.md): Remove agents/admins from a team.
 - [PATCH /beta/teams/{teamId}/agents](https://docs.dixa.io/openapi/dixa-api/beta/teams/patchteamsteamidagents.md): Add agents/admins to a team.
 - [GET /beta/teams/{teamId}/presence](https://docs.dixa.io/openapi/dixa-api/beta/teams/getteamsteamidpresence.md): List the presence status of all agents/admins in a team.
 - [GET /beta/teams/{teamId}](https://docs.dixa.io/openapi/dixa-api/beta/teams/getteamsteamid.md): Get a team by id.
 - [DELETE /beta/teams/{teamId}](https://docs.dixa.io/openapi/dixa-api/beta/teams/deleteteamsteamid.md): Delete a team.
