v1

latestOpenAPI 3.0.32026-07-246376162.1 KB
Users

Get team

Returns detailed information about a specific team.

get/api/v4/users/teams/{team_id}

Path parameters

team_idinteger required
Example:1

The unique identifier of the team.

Response

OK

Example response

{
  "team": {
    "id": 3,
    "name": "Multilingual Support",
    "max_call_attempts": 5,
    "wrapup_code_group": {
      "id": 1,
      "name": "Customer Support"
    },
    "created_at": "2026-01-15T10:30:00.123000Z",
    "updated_at": "2026-01-20T14:15:00.456000Z"
  }
}