GET
/
v2
/
organizations
/
{orgId}
/
teams
curl --request GET \
  --url https://api.cal.com/v2/organizations/{orgId}/teams
{
  "status": "success",
  "data": [
    {
      "id": 123,
      "parentId": 123,
      "name": "<string>",
      "slug": "<string>",
      "logoUrl": "<string>",
      "calVideoLogo": "<string>",
      "appLogo": "<string>",
      "appIconLogo": "<string>",
      "bio": "<string>",
      "hideBranding": true,
      "isOrganization": true,
      "isPrivate": true,
      "hideBookATeamMember": false,
      "metadata": "<string>",
      "theme": "<string>",
      "brandColor": "<string>",
      "darkBrandColor": "<string>",
      "bannerUrl": "<string>",
      "timeFormat": 123,
      "timeZone": "Europe/London",
      "weekStart": "Sunday"
    }
  ]
}

Path Parameters

orgId
number
required

Query Parameters

take
number

The number of items to return

skip
number

The number of items to skip

Response

200 - application/json
data
object[]
required
status
enum<string>
required
Available options:
success,
error