v1

latestOpenAPI 3.0.02026-07-26254134307.1 KB
Teams

Get team

Fetch a team (workspace).

Required scope: teams:read

get/teams/{team_id}

Path parameters

team_idstring required

The Team ID

Response

A team

idstring required

Unique identifier of the team

namestring required

Name of the team

Example response

{
  "_links": {
    "self": "https://yourCompany.api.frontapp.com/teams/tim_aqsa"
  },
  "id": "tim_aqsa",
  "name": "Stanley's crossword puzzle team",
  "inboxes": [
    {
      "_links": {
        "self": "https://yourCompany.api.frontapp.com/inboxes/inb_1ix6",
        "related": {
          "teammates": "https://yourCompany.api.frontapp.com/inboxes/inb_1ix6/teammates",
          "conversations": "https://yourCompany.api.frontapp.com/inboxes/inb_1ix6/conversations",
          "channels": "https://yourCompany.api.frontapp.com/inboxes/inb_1ix6/channels",
          "owner": "https://yourCompany.api.frontapp.com/teams/tim_k30"
        }
      },
      "id": "inb_1ix6",
      "name": "The Dundies",
      "is_public": true,
      "custom_fields": {
        "city": "London, UK",
        "isVIP": true,
        "renewal_date": 1525417200,
        "sla_time": 90,
        "owner": "leela@planet-express.com",
        "replyTo": "inb_55c8c149",
        "Job Title": "firefighter"
      }
    }
  ],
  "members": [
    {
      "_links": {
        "self": "https://yourCompany.api.frontapp.com/teammates/tea_6r55a",
        "related": {
          "inboxes": "https://yourCompany.api.frontapp.com/teammates/tea_6r55a/inboxes",
          "conversations": "https://yourCompany.api.frontapp.com/teammates/tea_6r55a/conversations",
          "botSource": "https://yourCompany.api.frontapp.com/rules/rul_6r55a"
        }
      },
      "id": "tea_6r55a",
      "email": "michael.scott@dundermifflin.com",
      "username": "PrisonMike",
      "first_name": "Michael",
      "last_name": "Scott",
      "is_admin": true,
      "custom_fields": {
        "city": "London, UK",
        "isVIP": true,
        "renewal_date": 1525417200,
        "sla_time": 90,
        "owner": "leela@planet-express.com",
        "replyTo": "inb_55c8c149",
        "Job Title": "firefighter"
      }
    }
  ]
}