---
title: "Create teammate group"
method: POST
path: "/teammates/{teammate_id}/contact_groups"
tags: ["Contact Groups"]
deprecated: true
---

# Create teammate group

`POST /teammates/{teammate_id}/contact_groups`

> **Deprecated.**

Create a new contact group for the requested teammate.

> ⚠️ Deprecated endpoint
>
> This endpoint has been deprecated. Please use the compatible contact list endpoints instead.
> - `POST /teammates/{teammate_id}/contact_lists`.


Required scope: `contacts:write`

## Path parameters

- `teammate_id` string, required

## Request body

- CreateContactList
  - `name` string, required — Name of the contact list

## Response `204`

No content

---

[API](https://skmtc.dev/frontapp/apis/core-api.md) · [All operations](https://skmtc.dev/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
