# Teams

Everything about your Teams

 - [GET /teams/{team_id}/metrics](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/teams/getteammetrics.md): Returns real-time activity metrics for admins in the specified team. For each admin, the response includes counts of open, idle, and snoozed conversations. This endpoint requires the `realtime_monitor
 - [GET /teams](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/teams/listteams.md): This will return a list of team objects for the App.
 - [GET /teams/{id}](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/teams/retrieveteam.md): You can fetch the details of a single team, containing an array of admins that belong to this team.
 - [PUT /teams/{id}](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/teams/updateteammembers.md): You can replace the set of teammates who belong to a team. Send the full list of teammates the team should end up with — any teammate currently on the team and missing from the list is removed. This m
 - [Team](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/teams/team.md): Schema: #/components/schemas/team
