---
title: "Add Contacts to List"
method: POST
path: "/groups/{group}/contacts"
tags: ["Contact Lists"]
---

# Add Contacts to List

`POST /groups/{group}/contacts`

Add contacts to a contact list

## Path parameters

- `group` string, required

## Query parameters

- `include` string

## Request body

- object
  - `contacts` integer[], required — Array of contact IDs to add

## Response `200`

Contacts added successfully

- object
  - `data` object
    - `id` string
    - `name` string
    - `contact_count` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

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